Share via


HumanPresenceSettings.WakeOnApproachDistanceInMillimeters 屬性

定義

取得或設定使用者必須來自人類存在感應器的距離,電腦才能自動解除鎖定。

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>

使用者必須與人類存在感應器距離,電腦才能自動解除鎖定。

適用於

另請參閱