MonobjcMonobjc Documented Class Library
ReadableTypesForPasteboard Method (pasteboard)
NamespacesMonobjc.AppKitNSColorReadableTypesForPasteboard(NSPasteboard)

Returns an array of UTI strings of data types the receiver can read from the pasteboard and be initialized from.

Original signature is '+ (NSArray *)readableTypesForPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray ReadableTypesForPasteboard(
	NSPasteboard pasteboard
)
Public Shared Function ReadableTypesForPasteboard ( _
	pasteboard As NSPasteboard _
) As NSArray
public:
static NSArray^ ReadableTypesForPasteboard(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
A pasteboard.
Return Value
An array of UTI strings of data types instances of the receiver can read from the pasteboard and be initialized from.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)