NSPersistentContainer.PersistentStoreDescriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array that contains the descriptions of the persistent stores in this persistent container.
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
Property Value
An array that contains the descriptions of the persistent stores in this persistent container.
- Attributes