UIDevice.CurrentDevice 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 UIDevice 單一實例。
public static UIKit.UIDevice CurrentDevice { [Foundation.Export("currentDevice")] get; }
member this.CurrentDevice : UIKit.UIDevice
屬性值
- 屬性
備註
開發人員通常會使用如下的屬性:
var device = UIDevice.CurrentDevice;
Console.WriteLine (device.BatteryLevel);
這可從背景執行緒使用。