NSTextAttachmentCell Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- image
- NSImage
- Atributos
Se aplica 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
Se aplica a
NSTextAttachmentCell(NSObjectFlag)
protected NSTextAttachmentCell (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachmentCell : Foundation.NSObjectFlag -> AppKit.NSTextAttachmentCell
Parámetros
Se aplica a
NSTextAttachmentCell(IntPtr)
protected internal NSTextAttachmentCell (IntPtr handle);
new AppKit.NSTextAttachmentCell : nativeint -> AppKit.NSTextAttachmentCell
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
NSTextAttachmentCell(String)
[Foundation.Export("initTextCell:")]
public NSTextAttachmentCell (string aString);
new AppKit.NSTextAttachmentCell : string -> AppKit.NSTextAttachmentCell
Parámetros
- aString
- String
- Atributos