NSTabViewController 构造函数

定义

重载

NSTabViewController()
NSTabViewController(NSCoder)
NSTabViewController(NSObjectFlag)
NSTabViewController(IntPtr)
NSTabViewController(String, NSBundle)

NSTabViewController()

[Foundation.Export("init")]
public NSTabViewController();
属性

适用于

NSTabViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTabViewController(Foundation.NSCoder coder);
new AppKit.NSTabViewController : Foundation.NSCoder -> AppKit.NSTabViewController

参数

coder
NSCoder
属性

适用于

NSTabViewController(NSObjectFlag)

protected NSTabViewController(Foundation.NSObjectFlag t);
new AppKit.NSTabViewController : Foundation.NSObjectFlag -> AppKit.NSTabViewController

参数

适用于

NSTabViewController(IntPtr)

protected internal NSTabViewController(IntPtr handle);
new AppKit.NSTabViewController : nativeint -> AppKit.NSTabViewController

参数

handle
IntPtr

nativeint

适用于

NSTabViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public NSTabViewController(string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSTabViewController : string * Foundation.NSBundle -> AppKit.NSTabViewController

参数

nibNameOrNull
String
nibBundleOrNull
NSBundle
属性

适用于