Share via


NSViewController.InsertChildViewController(NSViewController, IntPtr) Method

Definition

[Foundation.Export("insertChildViewController:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertChildViewController(AppKit.NSViewController childViewController, IntPtr index);
[<Foundation.Export("insertChildViewController:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertChildViewController : AppKit.NSViewController * nativeint -> unit
override this.InsertChildViewController : AppKit.NSViewController * nativeint -> unit

Parameters

childViewController
NSViewController
index
IntPtr

nativeint

Attributes

Applies to