Share via


NSPersistentContainer.PersistentStoreDescriptions Property

Definition

Gets an array that contains the descriptions of the persistent stores in this persistent container.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSPersistentStoreDescription[] PersistentStoreDescriptions { [Foundation.Export("persistentStoreDescriptions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPersistentStoreDescriptions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("persistentStoreDescriptions", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPersistentStoreDescriptions:", ObjCRuntime.ArgumentSemantic.Copy)>]
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

Applies to