共用方式為


HumanPresenceSensor.IsPresenceSupported 屬性

定義

取得人類目前狀態感應器是否能夠察覺使用者是否在電腦前面。

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 版本 22H2 組建 22621 的 5 月更新中引進。

適用於

另請參閱