Battery.RemainingChargePercent プロパティ

定義

携帯電話のバッテリーに残っている充電の割合を示す値を取得します。

public:
 property int RemainingChargePercent { int get(); };
int RemainingChargePercent();
public int RemainingChargePercent { get; }
var int32 = battery.remainingChargePercent;
Public ReadOnly Property RemainingChargePercent As Integer

プロパティ値

Int32

int

スマートフォンのバッテリーに残っている充電の割合を示す 0 ~ 100 の値。

適用対象