MonobjcMonobjc Documented Class Library
CanReadItemWithDataConformingToTypes Method (types)
NamespacesMonobjc.AppKitNSPasteboardCanReadItemWithDataConformingToTypes(NSArray)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool CanReadItemWithDataConformingToTypes(
	NSArray types
)
Public Overridable Function CanReadItemWithDataConformingToTypes ( _
	types As NSArray _
) As Boolean
public:
virtual bool CanReadItemWithDataConformingToTypes(
	NSArray^ types
)
Parameters
types (NSArray)
An array of NSString objects containing UTIs.
Return Value
YES if the receiver contains any items that conform to the UTIs specified in types, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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