Share via


NSView.Subviews Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView[] Subviews { [Foundation.Export("subviews", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSubviews:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("subviews", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSubviews:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Subviews : AppKit.NSView[] with get, set

Property Value

NSView[]
Attributes

Applies to