NSTextViewDelegate.WriteCell Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Foundation.Export("textView:writeCell:atIndex:toPasteboard:type:")]
public virtual bool WriteCell (AppKit.NSTextView view, AppKit.NSTextAttachmentCell cell, nuint charIndex, AppKit.NSPasteboard pboard, string type);
abstract member WriteCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * nuint * AppKit.NSPasteboard * string -> bool
override this.WriteCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * nuint * AppKit.NSPasteboard * string -> bool
Parámetros
- view
- NSTextView
- cell
- NSTextAttachmentCell
- charIndex
- System.System.UIntPtr System.unativeint
- pboard
- NSPasteboard
- type
- String
Devoluciones
- Atributos