UISceneConfiguration.DelegateClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Advice("You can use 'DelegateType' with a 'Type' instead.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ObjCRuntime.Class? DelegateClass { [Foundation.Export("delegateClass", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setDelegateClass:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<Foundation.Advice("You can use 'DelegateType' with a 'Type' instead.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("delegateClass", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setDelegateClass:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.DelegateClass : ObjCRuntime.Class with get, set
Property Value
- Attributes