NSDocument Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты