Partager via


UIApplication.LaunchOptionsLocationKey Propriété

Définition

Touche d’options de lancement : l’application a été démarrée en réponse à un événement d’emplacement.

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

Valeur de propriété

Représente la valeur associée à la constante UIApplicationLaunchOptionsLocationKey

Attributs

Remarques

La valeur de cette clé est NSNumber. L’application doit répondre en créant une CLLocationManager instance pour et obtenir les informations à partir de cet objet.

Cette clé est utilisée avec le NSDictionary passé à M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary).

S’applique à