SysHolographicWindowingEnvironmentComponentState 列挙型

定義

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

重要

この 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

コンポーネントが警告状態です。

適用対象