NSTextAttachmentCell 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- 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
- 属性