ControlChannelTrigger.IsWakeFromLowPowerSupported 屬性

定義

取得值,指出是否支援從低電源狀態喚醒。

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 引進)

適用於