Partager via


NSTabViewController Constructeurs

Définition

Surcharges

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

NSTabViewController()

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

S’applique à

NSTabViewController(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSTabViewController(NSObjectFlag)

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

Paramètres

S’applique à

NSTabViewController(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSTabViewController(String, NSBundle)

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

Paramètres

nibNameOrNull
String
nibBundleOrNull
NSBundle
Attributs

S’applique à