Creates and returns a document object for document type. (Deprecated in Mac OS X v10.4. Use makeUntitledDocumentOfType:error: instead.)
Original signature is '- (id)makeUntitledDocumentOfType:(NSString *)type'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use makeUntitledDocumentOfType:error: instead.")] public virtual Id MakeUntitledDocumentOfType( NSString type )
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use makeUntitledDocumentOfType:error: instead.")> _ Public Overridable Function MakeUntitledDocumentOfType ( _ type As NSString _ ) As Id
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use makeUntitledDocumentOfType:error: instead.")] public: virtual Id^ MakeUntitledDocumentOfType( NSString^ type )

- type (NSString)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.MakeUntitledDocumentOfType(Monobjc.Foundation.NSString)"]

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