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
属性

适用于