NSTabViewController Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSTabViewController() | |
NSTabViewController(NSCoder) | |
NSTabViewController(NSObjectFlag) | |
NSTabViewController(IntPtr) | |
NSTabViewController(String, NSBundle) |
NSTabViewController()
NSTabViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTabViewController (Foundation.NSCoder coder);
new AppKit.NSTabViewController : Foundation.NSCoder -> AppKit.NSTabViewController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTabViewController(NSObjectFlag)
protected NSTabViewController (Foundation.NSObjectFlag t);
new AppKit.NSTabViewController : Foundation.NSObjectFlag -> AppKit.NSTabViewController
Parameters
Applies to
NSTabViewController(IntPtr)
protected internal NSTabViewController (IntPtr handle);
new AppKit.NSTabViewController : nativeint -> AppKit.NSTabViewController
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTabViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NSTabViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSTabViewController : string * Foundation.NSBundle -> AppKit.NSTabViewController
Parameters
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attributes