共用方式為


UIDevice.CurrentDevice 屬性

定義

傳回 UIDevice 單一實例。

public static UIKit.UIDevice CurrentDevice { [Foundation.Export("currentDevice")] get; }
member this.CurrentDevice : UIKit.UIDevice

屬性值

屬性

備註

開發人員通常會使用如下的屬性:

var device = UIDevice.CurrentDevice;
Console.WriteLine (device.BatteryLevel);

這可從背景執行緒使用。

適用於