Поделиться через


NSTextAttachmentCell Конструкторы

Определение

Перегрузки

NSTextAttachmentCell()
NSTextAttachmentCell(NSImage)
NSTextAttachmentCell(NSCoder)
NSTextAttachmentCell(NSObjectFlag)
NSTextAttachmentCell(IntPtr)
NSTextAttachmentCell(String)

NSTextAttachmentCell()

[Foundation.Export("init")]
public 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
Атрибуты

Применяется к