NSDocument 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NSDocument() | |
NSDocument(NSObjectFlag) | |
NSDocument(IntPtr) | |
NSDocument(String, NSError) | |
NSDocument(NSUrl, String, NSError) | |
NSDocument(NSUrl, NSUrl, String, NSError) |
NSDocument()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSDocument ();
- 属性
适用于
NSDocument(NSObjectFlag)
protected NSDocument (Foundation.NSObjectFlag t);
new AppKit.NSDocument : Foundation.NSObjectFlag -> AppKit.NSDocument
参数
适用于
NSDocument(IntPtr)
protected internal NSDocument (IntPtr handle);
new AppKit.NSDocument : nativeint -> AppKit.NSDocument
参数
- handle
-
IntPtr
nativeint
适用于
NSDocument(String, NSError)
NSDocument(NSUrl, String, NSError)
NSDocument(NSUrl, NSUrl, String, NSError)
[Foundation.Export("initForURL:withContentsOfURL:ofType:error:")]
public NSDocument (Foundation.NSUrl documentUrl, Foundation.NSUrl documentContentsUrl, string typeName, out Foundation.NSError outError);
new AppKit.NSDocument : Foundation.NSUrl * Foundation.NSUrl * string * -> AppKit.NSDocument
参数
- documentUrl
- NSUrl
- documentContentsUrl
- NSUrl
- typeName
- String
- outError
- NSError
- 属性