Returns options for reading data of a specified type from a given pasteboard.
Original signature is '+ (NSPasteboardReadingOptions)readingOptionsForType:(NSString *)type pasteboard:(NSPasteboard *)pasteboard'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public static NSPasteboardReadingOptions ReadingOptionsForTypePasteboard( NSString type, NSPasteboard pasteboard )
Public Shared Function ReadingOptionsForTypePasteboard ( _ type As NSString, _ pasteboard As NSPasteboard _ ) As NSPasteboardReadingOptions
public: static NSPasteboardReadingOptions ReadingOptionsForTypePasteboard( NSString^ type, NSPasteboard^ pasteboard )

- type (NSString)
- A UTI supported by instances of the receiver for reading (one of the types returned by readableTypesForPasteboard:).
- pasteboard (NSPasteboard)
- A pasteboard.

Options for reading data of type from pasteboard. For a list of valid values, see “Pasteboard Reading Options.”

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)