Share via


NSPersistentStoreCoordinator.RemoveUbiquitousContentAndPersistentStore メソッド

定義

[Foundation.Export("removeUbiquitousContentAndPersistentStoreAtURL:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Please see the release notes and Core Data documentation.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, "Please see the release notes and Core Data documentation.")]
public static bool RemoveUbiquitousContentAndPersistentStore (Foundation.NSUrl storeUrl, Foundation.NSDictionary options, out Foundation.NSError error);
[Foundation.Export("removeUbiquitousContentAndPersistentStoreAtURL:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Please see the release notes and Core Data documentation.")]
public static bool RemoveUbiquitousContentAndPersistentStore (Foundation.NSUrl storeUrl, Foundation.NSDictionary options, out Foundation.NSError error);
static member RemoveUbiquitousContentAndPersistentStore : Foundation.NSUrl * Foundation.NSDictionary *  -> bool

パラメーター

storeUrl
NSUrl
options
NSDictionary
error
NSError

戻り値

属性

適用対象