次の方法で共有


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

デバイスに接続されているすべてのバッテリから残っている充電の合計割合。

適用対象