次の方法で共有


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

適用対象