Share via


UIScene.DestructionConditions Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<UIKit.UISceneDestructionCondition> DestructionConditions { [Foundation.Export("destructionConditions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setDestructionConditions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("destructionConditions", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setDestructionConditions:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.DestructionConditions : Foundation.NSSet<UIKit.UISceneDestructionCondition> with get, set

Property Value

Attributes

Applies to