NSDocumentController.DocumentClassForType(String) Method

Definition

[Foundation.Export("documentClassForType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ObjCRuntime.Class DocumentClassForType(string typeName);
[<Foundation.Export("documentClassForType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DocumentClassForType : string -> ObjCRuntime.Class
override this.DocumentClassForType : string -> ObjCRuntime.Class

Parameters

typeName
String

Returns

Attributes

Applies to