NSViewController.InsertChildViewController(NSViewController, nint) 方法

定义

[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

参数

childViewController
NSViewController
index
System.System.IntPtr System.nativeint
属性

适用于