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 的 5 月时刻更新中引入。