NSPersistentStoreDescription.GetPersistentStoreDescription(NSUrl) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 URL 处存储区的说明。
[Foundation.Export("persistentStoreDescriptionWithURL:")]
public static CoreData.NSPersistentStoreDescription GetPersistentStoreDescription (Foundation.NSUrl Url);
static member GetPersistentStoreDescription : Foundation.NSUrl -> CoreData.NSPersistentStoreDescription
参数
- Url
- NSUrl
要获取其说明的存储 URL。
返回
指定 URL 处存储的说明。
- 属性