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에서 도입되었습니다.)

설명

개인 정보 문제를 해결하는 데 유용할 수 있습니다. 예를 들어 사용자가 다른 사람이 감지되면 화면이 자동으로 흐리게 표시되도록 할 수 있습니다.

적용 대상

추가 정보