MonobjcMonobjc Documented Class Library
MakeUntitledDocumentOfType Method (type)
NamespacesMonobjc.AppKitNSDocumentControllerMakeUntitledDocumentOfType(NSString)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
type (NSString)
MISSING
Return Value

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

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)