Share via


INSTextViewDelegate.WriteCell Method

Definition

[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
charIndex
UIntPtr

unativeint

pboard
NSPasteboard
type
String

Returns

Attributes

Applies to