HumanPresenceSensor.IsPresenceSupported プロパティ

定義

ユーザーが PC の前にいる場合に、人間のプレゼンス センサーが認識できるかどうかを取得します。

public:
 property bool IsPresenceSupported { bool get(); };
bool IsPresenceSupported();
public bool IsPresenceSupported { get; }
var boolean = humanPresenceSensor.isPresenceSupported;
Public ReadOnly Property IsPresenceSupported As Boolean

プロパティ値

Boolean

bool

True の場合、人間のプレゼンス センサーが可能です。 それ以外の場合は false。

注釈

Windows 11 バージョン 22H2 ビルド 22621 の May Moment 更新プログラムで導入されました。

適用対象

こちらもご覧ください