NSTextViewDelegate.WriteCell Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- view
- NSTextView
- cell
- NSTextAttachmentCell
- charIndex
- System.System.UIntPtr System.unativeint
- pboard
- NSPasteboard
- type
- String
Gibt zurück
- Attribute