Partager via


NSViewController Constructeurs

Définition

Surcharges

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

NSViewController()

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

S’applique à

NSViewController(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSViewController(NSObjectFlag)

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

Paramètres

S’applique à

NSViewController(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSViewController(String, NSBundle)

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

Paramètres

nibNameOrNull
String
nibBundleOrNull
NSBundle
Attributs

S’applique à