HumanPresenceSettings.IsWakeOnApproachEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定人類目前狀態感應器是否可以在偵測到使用者接近時喚醒電腦。
public:
property bool IsWakeOnApproachEnabled { bool get(); void set(bool value); };
bool IsWakeOnApproachEnabled();
void IsWakeOnApproachEnabled(bool value);
public bool IsWakeOnApproachEnabled { get; set; }
var boolean = humanPresenceSettings.isWakeOnApproachEnabled;
humanPresenceSettings.isWakeOnApproachEnabled = boolean;
Public Property IsWakeOnApproachEnabled As Boolean
屬性值
Boolean
bool
True 是表示 如果已啟用喚醒方法。 否則為 false。 預設值為 false。
備註
HumanPresenceFeatures.IsWakeOnApproachSupported, HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters, WakeOnApproachDistanceInMillimeters