SysHolographicWindowingEnvironmentComponentKind 列挙型

定義

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

重要

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

public enum class SysHolographicWindowingEnvironmentComponentKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentComponentKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentComponentKind
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentKind.userInterface
Public Enum SysHolographicWindowingEnvironmentComponentKind
継承
SysHolographicWindowingEnvironmentComponentKind
属性

Windows の要件

デバイス ファミリ
Windows Holographic System Implementation Extension SDK (10.0.17763.0 で導入)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (v1.0 で導入)

フィールド

DeviceDriver 2

デバイス ドライバー コンポーネント。

DeviceFirmware 3

デバイス ファームウェア コンポーネント。

Platform 1

プラットフォーム コンポーネント。

UserInterface 0

ユーザー インターフェイス コンポーネント。

適用対象