NSViewController Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSViewController() | |
NSViewController(NSCoder) | |
NSViewController(NSObjectFlag) | |
NSViewController(IntPtr) | |
NSViewController(String, NSBundle) |
NSViewController()
NSViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (Foundation.NSCoder coder);
new AppKit.NSViewController : Foundation.NSCoder -> AppKit.NSViewController
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSViewController(NSObjectFlag)
protected NSViewController (Foundation.NSObjectFlag t);
new AppKit.NSViewController : Foundation.NSObjectFlag -> AppKit.NSViewController
Parâmetros
Aplica-se a
NSViewController(IntPtr)
protected internal NSViewController (IntPtr handle);
new AppKit.NSViewController : nativeint -> AppKit.NSViewController
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSViewController : string * Foundation.NSBundle -> AppKit.NSViewController
Parâmetros
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Atributos