MonobjcMonobjc Documented Class Library
InitWithPasteboardPropertyListOfType Method (propertyList, type)
NamespacesMonobjc.AppKitNSImageInitWithPasteboardPropertyListOfType(Id, NSString)

Initializes an instance with a property list object and a type string.

Original signature is '- (id)initWithPasteboardPropertyList:(id)propertyList ofType:(NSString *)type'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPasteboardPropertyListOfType(
	Id propertyList,
	NSString type
)
Public Overridable Function InitWithPasteboardPropertyListOfType ( _
	propertyList As Id, _
	type As NSString _
) As Id
public:
virtual Id^ InitWithPasteboardPropertyListOfType(
	Id^ propertyList, 
	NSString^ type
)
Parameters
propertyList (Id)
A property list containing data to initialize the receiver.
type (NSString)
A UTI supported by the receiver for reading (one of the types returned by readableTypesForPasteboard:).
Return Value
An object initialized using the data in propertyList.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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