次の方法で共有


HumanPresenceSettings.WakeOnApproachDistanceInMillimeters プロパティ

定義

PC が自動的にロックを解除するためにユーザーが人間のプレゼンス センサーから離れる必要がある距離を取得または設定します。

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

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

プロパティ値

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

PC が自動的にロックを解除するには、ユーザーが人間のプレゼンス センサーからの距離である必要があります。

適用対象

こちらもご覧ください