MonobjcMonobjc Documented Class Library
TypeForContentsOfURLError Method (inAbsoluteURL, outError)
NamespacesMonobjc.AppKitNSDocumentControllerTypeForContentsOfURLError(NSURL, NSError%)

Returns, for a specified URL, the name of the document type that should be used when opening the document at that location, if successful.

Original signature is '- (NSString *)typeForContentsOfURL:(NSURL *)inAbsoluteURL error:(NSError **)outError'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString TypeForContentsOfURLError(
	NSURL inAbsoluteURL,
	out NSError outError
)
Public Overridable Function TypeForContentsOfURLError ( _
	inAbsoluteURL As NSURL, _
	<OutAttribute> ByRef outError As NSError _
) As NSString
public:
virtual NSString^ TypeForContentsOfURLError(
	NSURL^ inAbsoluteURL, 
	[OutAttribute] NSError^% outError
)
Parameters
inAbsoluteURL (NSURL)
MISSING
outError (NSError%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.TypeForContentsOfURLError(Monobjc.Foundation.NSURL,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.AppKit (Module: Monobjc.AppKit)