다음을 통해 공유


HumanPresenceSensor.MaxDetectableDistanceInMillimeters 속성

정의

사용자 존재 센서가 사용자를 감지할 수 있는 최대 거리를 가져옵니다.

public:
 property IReference<unsigned int> ^ MaxDetectableDistanceInMillimeters { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxDetectableDistanceInMillimeters();
public System.Nullable<uint> MaxDetectableDistanceInMillimeters { get; }
var iReference = humanPresenceSensor.maxDetectableDistanceInMillimeters;
Public ReadOnly Property MaxDetectableDistanceInMillimeters As Nullable(Of UInteger)

속성 값

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

사용자 존재 센서가 사용자를 감지할 수 있는 최대 거리입니다.

적용 대상