MonobjcMonobjc Documented Class Library
CanConcurrentlyReadDocumentsOfType Method (typeName)
NamespacesMonobjc.AppKitNSDocumentCanConcurrentlyReadDocumentsOfType(NSString)

Returns a Boolean value indicating whether the receiver reads multiple documents of the given type concurrently.

Original signature is '+ (BOOL)canConcurrentlyReadDocumentsOfType:(NSString *)typeName'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanConcurrentlyReadDocumentsOfType(
	NSString typeName
)
Public Shared Function CanConcurrentlyReadDocumentsOfType ( _
	typeName As NSString _
) As Boolean
public:
static bool CanConcurrentlyReadDocumentsOfType(
	NSString^ typeName
)
Parameters
typeName (NSString)
The string that identifies the document type.
Return Value
NO by default; subclasses can override to return YES, thereby causing documents of the specified type to be read concurrently.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)