UIApplication.LaunchOptionsUserActivityTypeKey 属性

定义

表示与常量 UIApplicationLaunchOptionsUserActivityTypeKey 关联的值

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

属性值

属性

注解

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

适用于