HumanPresenceSensor.IsEngagementSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得人類目前狀態感應器是否能夠察覺使用者是否參與 (查看其電腦) 。
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 更新中引進。