SysHolographicWindowingEnvironmentComponentKind Enum

Definition

Indicates the kind of a component of the holographic shell.

Important

This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.

public enum class SysHolographicWindowingEnvironmentComponentKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentComponentKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentComponentKind
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentKind.userInterface
Public Enum SysHolographicWindowingEnvironmentComponentKind
Inheritance
SysHolographicWindowingEnvironmentComponentKind
Attributes

Windows requirements

Device family
Windows Holographic System Implementation Extension SDK (introduced in 10.0.17763.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v1.0)

Fields

DeviceDriver 2

A device driver component.

DeviceFirmware 3

A device firmware component.

Platform 1

A platform component.

UserInterface 0

A user interface component.

Applies to