NSTextAttachmentCell Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSTextAttachmentCell() | |
NSTextAttachmentCell(NSImage) | |
NSTextAttachmentCell(NSCoder) | |
NSTextAttachmentCell(NSObjectFlag) | |
NSTextAttachmentCell(IntPtr) | |
NSTextAttachmentCell(String) |
NSTextAttachmentCell()
NSTextAttachmentCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSTextAttachmentCell (AppKit.NSImage image);
new AppKit.NSTextAttachmentCell : AppKit.NSImage -> AppKit.NSTextAttachmentCell
Параметры
- image
- NSImage
- Атрибуты
Применяется к
NSTextAttachmentCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextAttachmentCell (Foundation.NSCoder coder);
new AppKit.NSTextAttachmentCell : Foundation.NSCoder -> AppKit.NSTextAttachmentCell
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSTextAttachmentCell(NSObjectFlag)
protected NSTextAttachmentCell (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachmentCell : Foundation.NSObjectFlag -> AppKit.NSTextAttachmentCell
Параметры
Применяется к
NSTextAttachmentCell(IntPtr)
protected internal NSTextAttachmentCell (IntPtr handle);
new AppKit.NSTextAttachmentCell : nativeint -> AppKit.NSTextAttachmentCell
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSTextAttachmentCell(String)
[Foundation.Export("initTextCell:")]
public NSTextAttachmentCell (string aString);
new AppKit.NSTextAttachmentCell : string -> AppKit.NSTextAttachmentCell
Параметры
- aString
- String
- Атрибуты