INSTextViewDelegate.WriteCell Method
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.
[Foundation.Export("textView:writeCell:atIndex:toPasteboard:type:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteCell(AppKit.NSTextView view, AppKit.NSTextAttachmentCell cell, UIntPtr charIndex, AppKit.NSPasteboard pboard, string type);
[<Foundation.Export("textView:writeCell:atIndex:toPasteboard:type:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * unativeint * AppKit.NSPasteboard * string -> bool
override this.WriteCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * unativeint * AppKit.NSPasteboard * string -> bool
Parameters
- view
- NSTextView
- cell
- NSTextAttachmentCell
- charIndex
-
UIntPtr
unativeint
- pboard
- NSPasteboard
- type
- String
Returns
- Attributes