Battery.AggregateBattery 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.
public:
static property Battery ^ AggregateBattery { Battery ^ get(); };
static Battery AggregateBattery();
public static Battery AggregateBattery { get; }
var battery = Battery.aggregateBattery;
Public Shared ReadOnly Property AggregateBattery As Battery
Property Value
A Battery object that represents overall battery power.
Remarks
When created with AggregateBattery, the Battery object represents an aggregate of all battery controllers connected to the device.