Freigeben über


UIApplication.LaunchOptionsUserActivityDictionaryKey Eigenschaft

Definition

Stellt den Wert dar, der der Konstanten UIApplicationLaunchOptionsUserActivityDictionaryKey zugeordnet ist.

[Foundation.Field("UIApplicationLaunchOptionsUserActivityDictionaryKey", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString LaunchOptionsUserActivityDictionaryKey { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.LaunchOptionsUserActivityDictionaryKey : Foundation.NSString

Eigenschaftswert

Attribute

Hinweise

Dieser Schlüssel wird mit dem NSDictionary an M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary) übergebenen Schlüssel verwendet.

Gilt für: