Compartir a través de


NSTabViewController Constructores

Definición

Sobrecargas

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

NSTabViewController()

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

Se aplica a

NSTabViewController(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSTabViewController(NSObjectFlag)

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

Parámetros

Se aplica a

NSTabViewController(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSTabViewController(String, NSBundle)

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

Parámetros

nibNameOrNull
String
nibBundleOrNull
NSBundle
Atributos

Se aplica a