NSViewController.InsertChildViewController(NSViewController, nint) Method

Definition

[Foundation.Export("insertChildViewController:atIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InsertChildViewController (AppKit.NSViewController childViewController, nint index);
abstract member InsertChildViewController : AppKit.NSViewController * nint -> unit
override this.InsertChildViewController : AppKit.NSViewController * nint -> unit

Parameters

childViewController
NSViewController
index
System.System.IntPtr System.nativeint
Attributes

Applies to