次の方法で共有


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に使用されます。

適用対象