NSTextAttachmentCell Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- image
- NSImage
- Attributes
Applies to
NSTextAttachmentCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextAttachmentCell (Foundation.NSCoder coder);
new AppKit.NSTextAttachmentCell : Foundation.NSCoder -> AppKit.NSTextAttachmentCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextAttachmentCell(NSObjectFlag)
protected NSTextAttachmentCell (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachmentCell : Foundation.NSObjectFlag -> AppKit.NSTextAttachmentCell
Parameters
Applies to
NSTextAttachmentCell(IntPtr)
protected internal NSTextAttachmentCell (IntPtr handle);
new AppKit.NSTextAttachmentCell : nativeint -> AppKit.NSTextAttachmentCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTextAttachmentCell(String)
[Foundation.Export("initTextCell:")]
public NSTextAttachmentCell (string aString);
new AppKit.NSTextAttachmentCell : string -> AppKit.NSTextAttachmentCell
Parameters
- aString
- String
- Attributes