include: Add IHolographicSpaceStatics3 interface definition.
This commit is contained in:
parent
18453129be
commit
0f01852333
1 changed files with 10 additions and 0 deletions
|
@ -99,6 +99,16 @@ namespace Windows.Graphics.Holographic {
|
|||
[eventremove] HRESULT IsAvailableChanged([in] EventRegistrationToken token);
|
||||
}
|
||||
|
||||
[
|
||||
contract(Windows.Foundation.UniversalApiContract, 5.0),
|
||||
exclusiveto(Windows.Graphics.Holographic.HolographicSpace),
|
||||
uuid(3b00de3d-b1a3-4dfe-8e79-fec5909e6df8)
|
||||
]
|
||||
interface IHolographicSpaceStatics3 : IInspectable
|
||||
{
|
||||
[propget] HRESULT IsConfigured([out, retval] boolean *value);
|
||||
}
|
||||
|
||||
[
|
||||
contract(Windows.Foundation.UniversalApiContract, 2.0),
|
||||
exclusiveto(Windows.Graphics.Holographic.HolographicSpaceCameraAddedEventArgs),
|
||||
|
|
Loading…
Add table
Reference in a new issue