Поделиться через


HumanPresenceSensorReadingUpdate.DistanceInMillimeters Свойство

Определение

Возвращает или задает обновленное расстояние между HumanPresenceSensor и обнаруженным пользователем.

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

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

Значение свойства

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Обновленное расстояние между HumanPresenceSensor и обнаруженным пользователем.

Применяется к

См. также раздел