MonobjcMonobjc Documented Class Library
PropertyListForType Method (dataType)
NamespacesMonobjc.AppKitNSPasteboardPropertyListForType(NSString)

Returns the property list for the specified type from the first item in the receiver that contains the type.

Original signature is '- (id)propertyListForType:(NSString *)dataType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id PropertyListForType(
	NSString dataType
)
Public Overridable Function PropertyListForType ( _
	dataType As NSString _
) As Id
public:
virtual Id^ PropertyListForType(
	NSString^ dataType
)
Parameters
dataType (NSString)
The pasteboard data type containing the property-list data.
Return Value
The property list for the specified type from the first item in the receiver that contains the type. This object consists of NSArray, NSData, NSDictionary, or NSString objects—or any combination thereof.
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)