PowerManager.RemainingChargePercent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total percentage of charge remaining from all batteries connected to the device.
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
Property Value
Int32
int
The total percentage of charge remaining from all batteries connected to the device.