共用方式為


HumanPresenceSensor.IsEngagementSupported 屬性

定義

取得人類目前狀態感應器是否能夠察覺使用者是否參與 (查看其電腦) 。

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 更新中引進。

適用於

另請參閱