共用方式為


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 的值,指出手機電池剩餘費用的百分比。

適用於