다음을 통해 공유


HumanPresence 열거형

정의

HumanPresenceSensor에서 지원하는 가능한 검색 상태를 지정합니다.

public enum class HumanPresence
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class HumanPresence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum HumanPresence
var value = Windows.Devices.Sensors.HumanPresence.unknown
Public Enum HumanPresence
상속
HumanPresence
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v15.0에서 도입되었습니다.)

필드

NotPresent 2

사람의 존재는 감지되지 않습니다.

Present 1

사람의 존재가 감지됩니다.

Unknown 0

인간의 존재는 알 수 없습니다.

적용 대상

추가 정보