NSPersistentContainer.PersistentStoreDescriptions 属性

定义

获取一个数组,该数组包含此永久性容器中永久性存储区的说明。

public virtual CoreData.NSPersistentStoreDescription[] PersistentStoreDescriptions { [Foundation.Export("persistentStoreDescriptions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPersistentStoreDescriptions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PersistentStoreDescriptions : CoreData.NSPersistentStoreDescription[] with get, set

属性值

一个数组,其中包含此永久性容器中永久性存储区的说明。

属性

适用于