Instantiates a new untitled document of the specified type and returns it if successful.
Original signature is '- (id)makeUntitledDocumentOfType:(NSString *)typeName error:(NSError **)outError'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function MakeUntitledDocumentOfTypeError ( _ typeName As NSString, _ <OutAttribute> ByRef outError As NSError _ ) As Id
public: virtual Id^ MakeUntitledDocumentOfTypeError( NSString^ typeName, [OutAttribute] NSError^% outError )

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.MakeUntitledDocumentOfTypeError(Monobjc.Foundation.NSString,Monobjc.Foundation.NSError@)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)