HumanPresenceSensor.IsPresenceSupported 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取人类状态传感器是否能够感知用户是否在电脑前。
public:
property bool IsPresenceSupported { bool get(); };
bool IsPresenceSupported();
public bool IsPresenceSupported { get; }
var boolean = humanPresenceSensor.isPresenceSupported;
Public ReadOnly Property IsPresenceSupported As Boolean
属性值
Boolean
bool
如此,如果人类存在传感器能够。 否则为 false。
注解
在 Windows 11 版本 22H2 内部版本 22621 的 5 月时刻更新中引入。