PowerManager.RemainingChargePercent プロパティ

定義

デバイス上のバッテリの残りの充電率を取得します。

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

プロパティ値

Int32

int

バッテリの残りの充電率。

注釈

粒度はシステムによって異なりますが、最も細かい粒度は 1% です。 このプロパティは、GUID_BATTERY_PERCENTAGE_REMAINING電源設定 GUIDに対応します。

適用対象

こちらもご覧ください