PowerManager 类

定义

提供有关手机电池是否处于节电模式的信息。

public ref class PowerManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PowerManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class PowerManager
Public Class PowerManager
继承
Object Platform::Object IInspectable PowerManager
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)

属性

PowerSavingMode

获取一个值,该值指示手机的电池是否处于省电模式。

PowerSavingModeEnabled

获取一个值,该值指示当前是否在手机上启用省电模式,而不考虑节能模式当前是否处于活动状态。

事件

PowerSavingModeChanged

当手机电池的省电模式发生更改时发生。

适用于