HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters Property

Definition

Gets the distances supported by the human presence sensor to wake or lock the PC.

public:
 property IVectorView<unsigned int> ^ SupportedWakeOrLockDistancesInMillimeters { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedWakeOrLockDistancesInMillimeters();
public IReadOnlyList<uint> SupportedWakeOrLockDistancesInMillimeters { get; }
var iVectorView = humanPresenceFeatures.supportedWakeOrLockDistancesInMillimeters;
Public ReadOnly Property SupportedWakeOrLockDistancesInMillimeters As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The distances supported by the human presence sensor to wake or lock the PC.

Applies to

See also