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

适用于

另请参阅