共用方式為


UIApplication.LaunchOptionsLocationKey 屬性

定義

啟動選項索引鍵:應用程式已啟動,以回應位置事件。

[Foundation.Field("UIApplicationLaunchOptionsLocationKey", "UIKit")]
public static Foundation.NSString LaunchOptionsLocationKey { get; }
member this.LaunchOptionsLocationKey : Foundation.NSString

屬性值

表示與常數 UIApplicationLaunchOptionsLocationKey 相關聯的值

屬性

備註

此索引鍵的值將是 NSNumber。 應用程式應該藉由建立 CLLocationManager 實例來回應,並從該物件取得資訊。

此金鑰會與 NSDictionary 傳遞至 ) 搭配使用。

適用於