NSApplication.DangerousWindows 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("Use of DangerousWindows can prevent windows from leaving memory.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray<AppKit.NSWindow> DangerousWindows { [Foundation.Export("windows")] get; }
[<Foundation.Advice("Use of DangerousWindows can prevent windows from leaving memory.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("windows")>]
member this.DangerousWindows : Foundation.NSArray<AppKit.NSWindow>
Property Value
- Attributes