共用方式為


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)

屬性值

電池以 milliwatts (mW) 充電的速率。 當電池充電時,此值為負值。

適用於

另請參閱