HumanPresenceSensorReading.OnlookerPresence 属性

定义

获取是否检测到除主要用户以外的人员并与设备交互。

public:
 property HumanPresence OnlookerPresence { HumanPresence get(); };
HumanPresence OnlookerPresence();
public HumanPresence OnlookerPresence { get; }
var humanPresence = humanPresenceSensorReading.onlookerPresence;
Public ReadOnly Property OnlookerPresence As HumanPresence

属性值

HumanPresenceSensor 报告的检测状态。

Windows 要求

设备系列
Windows 11, version 24H2 (在 10.0.26100.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v19.0 中引入)

注解

可用于解决隐私问题。 例如,用户可能希望当检测到另一个人时,屏幕自动变暗。

适用于

另请参阅