UIApplication.LaunchOptionsUserActivityDictionaryKey 属性

定义

表示与常量 UIApplicationLaunchOptionsUserActivityDictionaryKey 关联的值

[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

属性值

属性

注解

此密钥与 NSDictionary 传递给 M:UIKit.UIApplicationDelegate.FinishedLaunching (UIKit.UIApplication、Foundation.NSDictionary)

适用于