Partager via


UIApplication.LaunchOptionsSourceApplicationKey Propriété

Définition

Touche d’options de lancement : la valeur associée à la clé est le bundle-id de l’application qui a lancé cette application.

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

Valeur de propriété

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

Attributs

Remarques

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

S’applique à