Returns a Boolean value that indicates whether the receiver contains any items that conform to the specified UTIs.
Original signature is '- (BOOL)canReadItemWithDataConformingToTypes:(NSArray *)types'
Available in Mac OS X v10.6 and later.


- types (NSArray)
- An array of NSString objects containing UTIs.

YES if the receiver contains any items that conform to the UTIs specified in types, otherwise NO.

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