Share via


NSTextViewDelegate_Extensions.WriteCell Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool WriteCell(this AppKit.INSTextViewDelegate This, AppKit.NSTextView view, AppKit.NSTextAttachmentCell cell, UIntPtr charIndex, AppKit.NSPasteboard pboard, string type);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WriteCell : AppKit.INSTextViewDelegate * AppKit.NSTextView * AppKit.NSTextAttachmentCell * unativeint * AppKit.NSPasteboard * string -> bool

Parameters

view
NSTextView
charIndex
UIntPtr

unativeint

pboard
NSPasteboard
type
String

Returns

Attributes

Applies to