Compartilhar via


NSTextAttachmentCell Construtores

Definição

Sobrecargas

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

NSTextAttachmentCell()

[Foundation.Export("init")]
public NSTextAttachmentCell ();
Atributos

Aplica-se a

NSTextAttachmentCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSTextAttachmentCell (AppKit.NSImage image);
new AppKit.NSTextAttachmentCell : AppKit.NSImage -> AppKit.NSTextAttachmentCell

Parâmetros

image
NSImage
Atributos

Aplica-se a

NSTextAttachmentCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextAttachmentCell (Foundation.NSCoder coder);
new AppKit.NSTextAttachmentCell : Foundation.NSCoder -> AppKit.NSTextAttachmentCell

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSTextAttachmentCell(NSObjectFlag)

protected NSTextAttachmentCell (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachmentCell : Foundation.NSObjectFlag -> AppKit.NSTextAttachmentCell

Parâmetros

Aplica-se a

NSTextAttachmentCell(IntPtr)

protected internal NSTextAttachmentCell (IntPtr handle);
new AppKit.NSTextAttachmentCell : nativeint -> AppKit.NSTextAttachmentCell

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

NSTextAttachmentCell(String)

[Foundation.Export("initTextCell:")]
public NSTextAttachmentCell (string aString);
new AppKit.NSTextAttachmentCell : string -> AppKit.NSTextAttachmentCell

Parâmetros

aString
String
Atributos

Aplica-se a