MonobjcMonobjc Documented Class Library
WriteElementWithPasteboardTypesToPasteboard Method (element, types, pasteboard)
NamespacesMonobjc.WebKitWebViewWriteElementWithPasteboardTypesToPasteboard(NSDictionary, NSArray, NSPasteboard)

Writes an element to the pasteboard using a list of types.

Original signature is '- (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WriteElementWithPasteboardTypesToPasteboard(
	NSDictionary element,
	NSArray types,
	NSPasteboard pasteboard
)
Public Overridable Sub WriteElementWithPasteboardTypesToPasteboard ( _
	element As NSDictionary, _
	types As NSArray, _
	pasteboard As NSPasteboard _
)
public:
virtual void WriteElementWithPasteboardTypesToPasteboard(
	NSDictionary^ element, 
	NSArray^ types, 
	NSPasteboard^ pasteboard
)
Parameters
element (NSDictionary)
The element to write to the pasteboard.
types (NSArray)
The pasteboard types to use for the element.
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)