NSSplitViewController 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
NSSplitViewController() | |
NSSplitViewController(NSCoder) | |
NSSplitViewController(NSObjectFlag) | |
NSSplitViewController(IntPtr) | |
NSSplitViewController(String, NSBundle) |
NSSplitViewController()
NSSplitViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSSplitViewController (Foundation.NSCoder coder);
new AppKit.NSSplitViewController : Foundation.NSCoder -> AppKit.NSSplitViewController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSSplitViewController(NSObjectFlag)
protected NSSplitViewController (Foundation.NSObjectFlag t);
new AppKit.NSSplitViewController : Foundation.NSObjectFlag -> AppKit.NSSplitViewController
Parameters
Applies to
NSSplitViewController(IntPtr)
protected internal NSSplitViewController (IntPtr handle);
new AppKit.NSSplitViewController : nativeint -> AppKit.NSSplitViewController
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSSplitViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NSSplitViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSSplitViewController : string * Foundation.NSBundle -> AppKit.NSSplitViewController
Parameters
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attributes