NSPersistentStore.SetMetadata(NSDictionary, NSUrl, NSError) 方法

定义

在提供的 URL 处设置存储的元数据。

[Foundation.Export("setMetadata:forPersistentStoreWithURL:error:")]
public static bool SetMetadata (Foundation.NSDictionary metadata, Foundation.NSUrl url, out Foundation.NSError error);
static member SetMetadata : Foundation.NSDictionary * Foundation.NSUrl *  -> bool

参数

metadata
NSDictionary

内容待定。

此参数可以为 null

url
NSUrl
error
NSError

返回

属性

适用于