Condividi tramite


NSTabViewController Costruttori

Definizione

Overload

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

NSTabViewController()

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

Si applica a

NSTabViewController(NSCoder)

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

Parametri

coder
NSCoder
Attributi

Si applica a

NSTabViewController(NSObjectFlag)

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

Parametri

Si applica a

NSTabViewController(IntPtr)

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

Parametri

handle
IntPtr

nativeint

Si applica a

NSTabViewController(String, NSBundle)

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

Parametri

nibNameOrNull
String
nibBundleOrNull
NSBundle
Attributi

Si applica a