共用方式為


NSPersistentStoreCoordinator.GetMetadata 方法

定義

取得 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>

參數

storeType
String
url
NSUrl
options
NSDictionary

即將加入。

這個參數可以是 null

error
NSError

傳回

屬性

適用於