PowerManager.RemainingChargePercent 属性

定义

获取设备上的电池剩余电量百分比。

public:
 static property int RemainingChargePercent { int get(); };
static int RemainingChargePercent();
public static int RemainingChargePercent { get; }
var int32 = PowerManager.remainingChargePercent;
Public Shared ReadOnly Property RemainingChargePercent As Integer

属性值

Int32

int

电池的剩余电量百分比。

注解

粒度因系统而异,但最佳粒度为 1%。 此属性对应于 GUID_BATTERY_PERCENTAGE_REMAINING电源设置 GUID

适用于

另请参阅