Share via


NSViewController.ChildViewControllers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSViewController[] ChildViewControllers { [Foundation.Export("childViewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setChildViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("childViewControllers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setChildViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ChildViewControllers : AppKit.NSViewController[] with get, set

Property Value

Attributes

Applies to