다음을 통해 공유


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일 수 있습니다.

반환

특성

적용 대상