Returns a property list object to represent the receiver on a pasteboard as an object of a specified type.
Original signature is '- (id)pasteboardPropertyListForType:(NSString *)type'
Available in Mac OS X v10.6 and later.


- type (NSString)
- One of the types the receiver supports for writing (one of the UTIs returned by its implementation of writableTypesForPasteboard:).

A property list object to represent the receiver on a pasteboard as an object of type type.

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