ControlChannelTrigger.IsWakeFromLowPowerSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否支援從低電源狀態喚醒。
public:
property bool IsWakeFromLowPowerSupported { bool get(); };
bool IsWakeFromLowPowerSupported();
public bool IsWakeFromLowPowerSupported { get; }
var boolean = controlChannelTrigger.isWakeFromLowPowerSupported;
Public ReadOnly Property IsWakeFromLowPowerSupported As Boolean
屬性值
Boolean
bool
如果 為 true,則支援從低電量狀態喚醒。
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.14393.0 引進)
Windows Mobile Extension SDK (已於 10.0.14393.0 引進) |
API contract |
Windows.Networking.Sockets.ControlChannelTriggerContract (已於 v2.0 引進)
|