MonobjcMonobjc Documented Class Library
ElementsDerivedFromExternalRecordURL Method (fileURL)
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorElementsDerivedFromExternalRecordURL(NSURL)

Returns a dictionary containing the parsed elements derived from the Spotlight external record file specified by the given URL.

Original signature is '+ (NSDictionary *)elementsDerivedFromExternalRecordURL:(NSURL *)fileURL'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary ElementsDerivedFromExternalRecordURL(
	NSURL fileURL
)
Public Shared Function ElementsDerivedFromExternalRecordURL ( _
	fileURL As NSURL _
) As NSDictionary
public:
static NSDictionary^ ElementsDerivedFromExternalRecordURL(
	NSURL^ fileURL
)
Parameters
fileURL (NSURL)
A file URL specifying the location of a Spotlight external record file.
Return Value
A dictionary containing the parsed elements derived from the Spotlight support file specified by fileURL.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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