次の方法で共有


SysHolographicWindowingEnvironment.IsHomeGestureReady プロパティ

定義

ホーム ジェスチャが準備完了状態であるかどうかを取得します。 この API は、Windows オペレーティング システムのコンポーネントでのみ使用できます。

public:
 property bool IsHomeGestureReady { bool get(); };
bool IsHomeGestureReady();
public bool IsHomeGestureReady { get; }
var boolean = sysHolographicWindowingEnvironment.isHomeGestureReady;
Public ReadOnly Property IsHomeGestureReady As Boolean

プロパティ値

Boolean

bool

ホーム ジェスチャが準備完了状態かどうか。

Windows の要件

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

注釈

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

適用対象