UIManagedDocument.ConfigurePersistentStoreCoordinator Method
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.
Creates or loads the document's persistent store.
[Foundation.Export("configurePersistentStoreCoordinatorForURL:ofType:modelConfiguration:storeOptions:error:")]
public virtual bool ConfigurePersistentStoreCoordinator (Foundation.NSUrl storeURL, string fileType, string configuration, Foundation.NSDictionary storeOptions, Foundation.NSError error);
abstract member ConfigurePersistentStoreCoordinator : Foundation.NSUrl * string * string * Foundation.NSDictionary * Foundation.NSError -> bool
override this.ConfigurePersistentStoreCoordinator : Foundation.NSUrl * string * string * Foundation.NSDictionary * Foundation.NSError -> bool
Parameters
- storeURL
- NSUrl
- fileType
- String
- configuration
- String
- storeOptions
- NSDictionary
- error
- NSError
Returns
- Attributes