次の方法で共有


PowerManager.RemainingDischargeTime プロパティ

定義

デバイスに接続されているすべてのバッテリから残っている総ランタイムを取得します。

public:
 static property TimeSpan RemainingDischargeTime { TimeSpan get(); };
static TimeSpan RemainingDischargeTime();
public static System.TimeSpan RemainingDischargeTime { get; }
var timeSpan = PowerManager.remainingDischargeTime;
Public Shared ReadOnly Property RemainingDischargeTime As TimeSpan

プロパティ値

デバイスに接続されているすべてのバッテリから残っている総ランタイム。

適用対象