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

속성 값

특성

설명

이 키는 M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)에 전달된 와 함께 NSDictionary 사용됩니다.

적용 대상