HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters プロパティ

定義

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)

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

PC をスリープ解除またはロックするために人間のプレゼンス センサーによってサポートされる距離。

適用対象

こちらもご覧ください