SysHolographicWindowingEnvironmentComponentStatus 構造体

定義

ホログラフィック シェルの 1 つのコンポーネントの状態を表します。

重要

この API は、Windows オペレーティング システムのコンポーネントでのみ使用できます。 これらの API の呼び出しは、他のすべてのプロセスの実行時に失敗します。 これらの API は、今後の Windows リリースで変更または削除される可能性があります。

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

サブステータス コード。

適用対象