NSApplicationDelegate.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.
Caution
Use the 'INSServicesMenuRequestor' protocol.
[Foundation.Export("writeSelectionToPasteboard:types:")]
[System.Obsolete("Use the 'INSServicesMenuRequestor' protocol.", false)]
public virtual bool WriteSelectionToPasteboard (AppKit.NSPasteboard board, string[] types);
abstract member WriteSelectionToPasteboard : AppKit.NSPasteboard * string[] -> bool
override this.WriteSelectionToPasteboard : AppKit.NSPasteboard * string[] -> bool
Parameters
- board
- NSPasteboard
- types
- String[]
Returns
- Attributes