MonobjcMonobjc Documented Class Library
MetadataForPersistentStoreWithURLError Method (url, error)
NamespacesMonobjc.CoreDataNSPersistentStoreMetadataForPersistentStoreWithURLError(NSURL, NSError%)

Returns the metadata from the persistent store at the given URL.

Original signature is '+ (NSDictionary *)metadataForPersistentStoreWithURL:(NSURL *)url error:(NSError **)error'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary MetadataForPersistentStoreWithURLError(
	NSURL url,
	out NSError error
)
Public Shared Function MetadataForPersistentStoreWithURLError ( _
	url As NSURL, _
	<OutAttribute> ByRef error As NSError _
) As NSDictionary
public:
static NSDictionary^ MetadataForPersistentStoreWithURLError(
	NSURL^ url, 
	[OutAttribute] NSError^% error
)
Parameters
url (NSURL)
The location of the store.
error (NSError%)
If an error occurs, upon return contains an NSError object that describes the problem.
Return Value
The metadata from the persistent store at url. Returns nil if there is an error.
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)