NSTextView.WriteSelectionToPasteboard Method

Definition

Overloads

WriteSelectionToPasteboard(NSPasteboard, String)
WriteSelectionToPasteboard(NSPasteboard, String[])

WriteSelectionToPasteboard(NSPasteboard, String)

[Foundation.Export("writeSelectionToPasteboard:type:")]
public virtual bool WriteSelectionToPasteboard (AppKit.NSPasteboard pboard, string type);
abstract member WriteSelectionToPasteboard : AppKit.NSPasteboard * string -> bool
override this.WriteSelectionToPasteboard : AppKit.NSPasteboard * string -> bool

Parameters

pboard
NSPasteboard
type
String

Returns

Attributes

Applies to

WriteSelectionToPasteboard(NSPasteboard, String[])

[Foundation.Export("writeSelectionToPasteboard:types:")]
public virtual bool WriteSelectionToPasteboard (AppKit.NSPasteboard pboard, string[] types);
abstract member WriteSelectionToPasteboard : AppKit.NSPasteboard * string[] -> bool
override this.WriteSelectionToPasteboard : AppKit.NSPasteboard * string[] -> bool

Parameters

pboard
NSPasteboard
types
String[]

Returns

Attributes

Applies to