NSPersistentStoreDescription.GetPersistentStoreDescription(NSUrl) 方法

定义

返回指定 URL 处存储区的说明。

[Foundation.Export("persistentStoreDescriptionWithURL:")]
public static CoreData.NSPersistentStoreDescription GetPersistentStoreDescription (Foundation.NSUrl Url);
static member GetPersistentStoreDescription : Foundation.NSUrl -> CoreData.NSPersistentStoreDescription

参数

Url
NSUrl

要获取其说明的存储 URL。

返回

指定 URL 处存储的说明。

属性

适用于