SysHolographicWindowingEnvironmentComponentState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示全息 shell 组件的状态。
重要
此 API 仅适用于 Windows 操作系统的组件。 对于所有其他进程,对这些 API 的调用将在运行时失败。 这些 API 可能会在将来的 Windows 版本中修改或删除。
public enum class SysHolographicWindowingEnvironmentComponentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentComponentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentComponentState
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentState.normal
Public Enum SysHolographicWindowingEnvironmentComponentState
- 继承
-
SysHolographicWindowingEnvironmentComponentState
- 属性
Windows 要求
设备系列 |
Windows Holographic System Implementation Extension SDK (在 10.0.17763.0 中引入)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (在 v1.0 中引入)
|
字段
Error | 2 | 组件处于错误状态。 |
Normal | 0 | 组件处于正常状态。 |
Warning | 1 | 组件处于警告状态。 |