SysHolographicWindowingEnvironmentComponentKind 枚举

定义

指示全息 shell 组件的类型。

重要

此 API 仅适用于 Windows 操作系统的组件。 对于所有其他进程,对这些 API 的调用将在运行时失败。 将来的 Windows 版本中可能会修改或删除这些 API。

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
继承
SysHolographicWindowingEnvironmentComponentKind
属性

Windows 要求

设备系列
Windows Holographic System Implementation Extension SDK (在 10.0.17763.0 中引入)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (在 v1.0 中引入)

字段

DeviceDriver 2

设备驱动程序组件。

DeviceFirmware 3

设备固件组件。

Platform 1

平台组件。

UserInterface 0

用户界面组件。

适用于