HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The distances supported by the human presence sensor to wake or lock the PC.