다음을 통해 공유


HumanPresenceSettings.WakeOnApproachDistanceInMillimeters 속성

정의

PC가 자동으로 잠금을 해제하기 위해 사용자가 사람의 현재 상태 센서에서 벗어나야 하는 거리를 가져오거나 설정합니다.

public:
 property IReference<unsigned int> ^ WakeOnApproachDistanceInMillimeters { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> WakeOnApproachDistanceInMillimeters();

void WakeOnApproachDistanceInMillimeters(IReference<uint32_t> value);
public System.Nullable<uint> WakeOnApproachDistanceInMillimeters { get; set; }
var iReference = humanPresenceSettings.wakeOnApproachDistanceInMillimeters;
humanPresenceSettings.wakeOnApproachDistanceInMillimeters = iReference;
Public Property WakeOnApproachDistanceInMillimeters As Nullable(Of UInteger)

속성 값

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

PC가 자동으로 잠금을 해제하려면 사용자가 사람의 현재 상태 센서와 떨어져 있어야 하는 거리입니다.

적용 대상

추가 정보