MonobjcMonobjc Documented Class Library
TypesFilterableTo Method (type)
NamespacesMonobjc.AppKitNSPasteboardTypesFilterableTo(NSString)

Returns the data types that can be converted to the specified type using the available filter services.

Original signature is '+ (NSArray *)typesFilterableTo:(NSString *)type'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray TypesFilterableTo(
	NSString type
)
Public Shared Function TypesFilterableTo ( _
	type As NSString _
) As NSArray
public:
static NSArray^ TypesFilterableTo(
	NSString^ type
)
Parameters
type (NSString)
The target data type.
Return Value
An array of NSString objects containing the types that can be converted to the target data type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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