NSManagedObjectContext.ShouldHandleInaccessibleFault 方法

定义

返回一个布尔值,该值控制是否处理不可访问的错误。

[Foundation.Export("shouldHandleInaccessibleFault:forObjectID:triggeredByProperty:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHandleInaccessibleFault (CoreData.NSManagedObject fault, CoreData.NSManagedObjectID oid, CoreData.NSPropertyDescription property);
abstract member ShouldHandleInaccessibleFault : CoreData.NSManagedObject * CoreData.NSManagedObjectID * CoreData.NSPropertyDescription -> bool
override this.ShouldHandleInaccessibleFault : CoreData.NSManagedObject * CoreData.NSManagedObjectID * CoreData.NSPropertyDescription -> bool

参数

property
NSPropertyDescription

内容待定。

此参数可以为 null

返回

属性

适用于