NSDocumentController 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
NSDocumentController() | |
NSDocumentController(NSCoder) | |
NSDocumentController(NSObjectFlag) | |
NSDocumentController(IntPtr) |
NSDocumentController()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSDocumentController ();
- Attributes
Applies to
NSDocumentController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSDocumentController (Foundation.NSCoder coder);
new AppKit.NSDocumentController : Foundation.NSCoder -> AppKit.NSDocumentController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSDocumentController(NSObjectFlag)
protected NSDocumentController (Foundation.NSObjectFlag t);
new AppKit.NSDocumentController : Foundation.NSObjectFlag -> AppKit.NSDocumentController
Parameters
Applies to
NSDocumentController(IntPtr)
protected internal NSDocumentController (IntPtr handle);
new AppKit.NSDocumentController : nativeint -> AppKit.NSDocumentController
Parameters
- handle
-
IntPtr
nativeint