次の方法で共有


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<unsigned int>

IReference<uint32_t>

デバイス のバッテリーの電源レベルを示す 0 ~ 100 の値。0 はなし、100 は完全に充電されます。

適用対象