NSPersistentStoreCoordinator.MetadataForPersistentStoreOfType Method

Definition

[Foundation.Export("metadataForPersistentStoreOfType:URL:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the method that takes an out NSError parameter.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Use the method that takes an out NSError parameter.")]
public static Foundation.NSDictionary MetadataForPersistentStoreOfType (Foundation.NSString storeType, Foundation.NSUrl url, out Foundation.NSError error);
static member MetadataForPersistentStoreOfType : Foundation.NSString * Foundation.NSUrl *  -> Foundation.NSDictionary

Parameters

storeType
NSString
url
NSUrl
error
NSError

Returns

Attributes

Applies to