다음을 통해 공유


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까지의 값입니다.

적용 대상