MonobjcMonobjc Documented Class Library
InitWithPasteboardError Method (pasteboard, errorPtr)
NamespacesMonobjc.QTKitQTMovieInitWithPasteboardError(NSPasteboard, NSError%)

Initializes a QTMovie object with the contents of the pasteboard specified by pasteboard.

Original signature is '- (id)initWithPasteboard:(NSPasteboard *)pasteboard error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPasteboardError(
	NSPasteboard pasteboard,
	out NSError errorPtr
)
Public Overridable Function InitWithPasteboardError ( _
	pasteboard As NSPasteboard, _
	<OutAttribute> ByRef errorPtr As NSError _
) As Id
public:
virtual Id^ InitWithPasteboardError(
	NSPasteboard^ pasteboard, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
pasteboard (NSPasteboard)
MISSING
errorPtr (NSError%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.InitWithPasteboardError(Monobjc.AppKit.NSPasteboard,Monobjc.Foundation.NSError@)"]

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.QTKit (Module: Monobjc.QTKit)