次の方法で共有


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

プロパティ値

属性

注釈

このキーは、M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary) に渡された と共NSDictionaryに使用されます。

適用対象