NSDocument.CanConcurrentlyReadDocumentsOfType(String) Method

Definition

[Foundation.Export("canConcurrentlyReadDocumentsOfType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanConcurrentlyReadDocumentsOfType(string typeName);
[<Foundation.Export("canConcurrentlyReadDocumentsOfType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanConcurrentlyReadDocumentsOfType : string -> bool

Parameters

typeName
String

Returns

Attributes

Applies to