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

连接到设备的所有电池剩余电量的总百分比。

适用于