MonobjcMonobjc Documented Class Library
WriteSelectionWithPasteboardTypesToPasteboard Method (types, pasteboard)
NamespacesMonobjc.WebKitWebViewWriteSelectionWithPasteboardTypesToPasteboard(NSArray, NSPasteboard)

Writes the receiver’s current selection to a pasteboard using a list of types.

Original signature is '- (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WriteSelectionWithPasteboardTypesToPasteboard(
	NSArray types,
	NSPasteboard pasteboard
)
Public Overridable Sub WriteSelectionWithPasteboardTypesToPasteboard ( _
	types As NSArray, _
	pasteboard As NSPasteboard _
)
public:
virtual void WriteSelectionWithPasteboardTypesToPasteboard(
	NSArray^ types, 
	NSPasteboard^ pasteboard
)
Parameters
types (NSArray)
The pasteboard types to use for the selection.
pasteboard (NSPasteboard)
The pasteboard to use for writing.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)