MonobjcMonobjc Documented Class Library
PasteboardPropertyListForType Method (type)
NamespacesMonobjc.AppKitNSColorPasteboardPropertyListForType(NSString)

Returns a property list object to represent the receiver on a pasteboard as an object of a specified type.

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

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id PasteboardPropertyListForType(
	NSString type
)
Public Overridable Function PasteboardPropertyListForType ( _
	type As NSString _
) As Id
public:
virtual Id^ PasteboardPropertyListForType(
	NSString^ type
)
Parameters
type (NSString)
One of the types the receiver supports for writing (one of the UTIs returned by its implementation of writableTypesForPasteboard:).
Return Value
A property list object to represent the receiver on a pasteboard as an object of type type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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