MonobjcMonobjc Documented Class Library
PersistentStoreTypeForFileType Method (fileType)
NamespacesMonobjc.AppKitNSPersistentDocumentPersistentStoreTypeForFileType(NSString)

Returns the type of persistent store associated with the specified file type.

Original signature is '- (NSString *)persistentStoreTypeForFileType:(NSString *)fileType'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString PersistentStoreTypeForFileType(
	NSString fileType
)
Public Overridable Function PersistentStoreTypeForFileType ( _
	fileType As NSString _
) As NSString
public:
virtual NSString^ PersistentStoreTypeForFileType(
	NSString^ fileType
)
Parameters
fileType (NSString)
A document file type.
Return Value
The type of persistent store associated with fileType. For possible values, see NSPersistentStoreCoordinator.
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)