NSPersistentStoreCoordinator.GetMetadata Method

Definition

Gets the metadata for the store at a URL.

[Foundation.Export("metadataForPersistentStoreOfType:URL:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetMetadata (string storeType, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSError error);
static member GetMetadata : string * Foundation.NSUrl * Foundation.NSDictionary *  -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

storeType
String
url
NSUrl
options
NSDictionary

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to