HumanPresenceFeatures.IsWakeOnApproachSupported プロパティ

定義

人間のプレゼンス センサーがユーザーのアプローチで PC をスリープ解除できるかどうかを取得します。

public:
 property bool IsWakeOnApproachSupported { bool get(); };
bool IsWakeOnApproachSupported();
public bool IsWakeOnApproachSupported { get; }
var boolean = humanPresenceFeatures.isWakeOnApproachSupported;
Public ReadOnly Property IsWakeOnApproachSupported As Boolean

プロパティ値

Boolean

bool

True を指定します (サポートされている場合)。 それ以外の場合は false。 既定値は false です。

適用対象

こちらもご覧ください