SysHolographicWindowingEnvironmentComponentStatus 结构

定义

表示全息 shell 的一个组件的状态。

重要

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

public value class SysHolographicWindowingEnvironmentComponentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
struct SysHolographicWindowingEnvironmentComponentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public struct SysHolographicWindowingEnvironmentComponentStatus
var sysHolographicWindowingEnvironmentComponentStatus = {
componentKind : /* Your value */,
componentState : /* Your value */,
statusCode : /* Your value */,
substatusCode : /* Your value */
}
Public Structure SysHolographicWindowingEnvironmentComponentStatus
继承
SysHolographicWindowingEnvironmentComponentStatus
属性

Windows 要求

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

字段

ComponentKind

组件的种类。

ComponentState

组件的状态。

StatusCode

状态代码。

SubstatusCode

子状态代码。

适用于