NSTextAttachment Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSTextAttachment() | |
NSTextAttachment(NSCoder) | |
NSTextAttachment(NSFileWrapper) | |
NSTextAttachment(NSObjectFlag) | |
NSTextAttachment(IntPtr) | |
NSTextAttachment(NSData, String) |
NSTextAttachment()
NSTextAttachment(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextAttachment (Foundation.NSCoder coder);
new AppKit.NSTextAttachment : Foundation.NSCoder -> AppKit.NSTextAttachment
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSTextAttachment(NSFileWrapper)
[Foundation.Export("initWithFileWrapper:")]
public NSTextAttachment (Foundation.NSFileWrapper fileWrapper);
new AppKit.NSTextAttachment : Foundation.NSFileWrapper -> AppKit.NSTextAttachment
Параметры
- fileWrapper
- NSFileWrapper
- Атрибуты
Применяется к
NSTextAttachment(NSObjectFlag)
protected NSTextAttachment (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachment : Foundation.NSObjectFlag -> AppKit.NSTextAttachment
Параметры
Применяется к
NSTextAttachment(IntPtr)
protected internal NSTextAttachment (IntPtr handle);
new AppKit.NSTextAttachment : nativeint -> AppKit.NSTextAttachment
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSTextAttachment(NSData, String)
[Foundation.Export("initWithData:ofType:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public NSTextAttachment (Foundation.NSData contentData, string uti);
new AppKit.NSTextAttachment : Foundation.NSData * string -> AppKit.NSTextAttachment
Параметры
- contentData
- NSData
- uti
- String
- Атрибуты