次の方法で共有


SysHolographicWindowingEnvironment.IsDeviceSetupComplete プロパティ

定義

デバイスのセットアップが完了したかどうかを取得します。

重要

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

public:
 property bool IsDeviceSetupComplete { bool get(); void set(bool value); };
bool IsDeviceSetupComplete();

void IsDeviceSetupComplete(bool value);
public bool IsDeviceSetupComplete { get; set; }
var boolean = sysHolographicWindowingEnvironment.isDeviceSetupComplete;
sysHolographicWindowingEnvironment.isDeviceSetupComplete = boolean;
Public Property IsDeviceSetupComplete As Boolean

プロパティ値

Boolean

bool

デバイスのセットアップが完了したかどうか。

適用対象