共用方式為


SysHolographicWindowingEnvironmentComponentStatus 結構

定義

表示全像攝影殼層之一元件的狀態。

重要

此 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

子狀態碼。

適用於