MonobjcMonobjc Documented Class Library
PasteboardByFilteringTypesInPasteboard Method (pasteboard)
NamespacesMonobjc.AppKitNSPasteboardPasteboardByFilteringTypesInPasteboard(NSPasteboard)

Creates and returns a new pasteboard with a unique name that supplies the specified pasteboard data in as many types as possible given the available filter services.

Original signature is '+ (NSPasteboard *)pasteboardByFilteringTypesInPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSPasteboard PasteboardByFilteringTypesInPasteboard(
	NSPasteboard pasteboard
)
Public Shared Function PasteboardByFilteringTypesInPasteboard ( _
	pasteboard As NSPasteboard _
) As NSPasteboard
public:
static NSPasteboard^ PasteboardByFilteringTypesInPasteboard(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
The original pasteboard object.
Return Value
The new pasteboard object. This method returns the object in the pasteboard parameter if the pasteboard was returned by one of the pasteboardByFiltering... methods. This prevents a pasteboard from being expanded multiple times.
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.AppKit (Module: Monobjc.AppKit)