Share via


UISceneSession.UserInfo Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.UserInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> with get, set

Property Value

Attributes

Applies to