MonobjcMonobjc Documented Class Library
PropertyListForType Method (type)
NamespacesMonobjc.AppKitNSPasteboardItemPropertyListForType(NSString)

Returns the value for the specified type as a property list.

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

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id PropertyListForType(
	NSString type
)
Public Overridable Function PropertyListForType ( _
	type As NSString _
) As Id
public:
virtual Id^ PropertyListForType(
	NSString^ type
)
Parameters
type (NSString)
A UTI type string.
Return Value
The value for the specified type as a property list.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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