HumanPresenceSensor.IsEngagementSupported プロパティ

定義

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

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

プロパティ値

Boolean

bool

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

注釈

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

適用対象

こちらもご覧ください