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) で充電されている速度。 この値は、バッテリの放電時に負の値になります。

適用対象

こちらもご覧ください