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
- 屬性