PhotoImportSource.BatteryLevelPercent Свойство

Определение

Уровень заряда батареи исходного устройства.

public:
 property IReference<unsigned int> ^ BatteryLevelPercent { IReference<unsigned int> ^ get(); };
IReference<uint32_t> BatteryLevelPercent();
public System.Nullable<uint> BatteryLevelPercent { get; }
var iReference = photoImportSource.batteryLevelPercent;
Public ReadOnly Property BatteryLevelPercent As Nullable(Of UInteger)

Значение свойства

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Значение от 0 до 100, указывающее уровень питания батареи устройства, при этом значение 0 не равно 0, а 100 полностью заряжается.

Применяется к