共用方式為


HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters 屬性

定義

取得人類目前狀態感測器所支援的距離,以喚醒或鎖定計算機。

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)

屬性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

人類存在感測器支援來喚醒或鎖定計算機的距離。

適用於

另請參閱