NSTextView.WriteSelectionToPasteboard Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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