Share via


NSViewController.AddChildViewController(NSViewController) Method

Definition

[Foundation.Export("addChildViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddChildViewController(AppKit.NSViewController childViewController);
[<Foundation.Export("addChildViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddChildViewController : AppKit.NSViewController -> unit
override this.AddChildViewController : AppKit.NSViewController -> unit

Parameters

childViewController
NSViewController
Attributes

Applies to