BatteryReport.ChargeRateInMilliwatts 属性

定义

获取电池充电的速率。

public:
 property IReference<int> ^ ChargeRateInMilliwatts { IReference<int> ^ get(); };
IReference<int> ChargeRateInMilliwatts();
public System.Nullable<int> ChargeRateInMilliwatts { get; }
var iReference = batteryReport.chargeRateInMilliwatts;
Public ReadOnly Property ChargeRateInMilliwatts As Nullable(Of Integer)

属性值

电池充电的速率(以毫瓦为单位) (mW) 。 当电池电量耗尽时,此值为负值。

适用于

另请参阅