다음을 통해 공유


NSIncrementalStore.NewValue 메서드

정의

지정된 관계 데이터에 대한 새 관계를 반환합니다.

[Foundation.Export("newValueForRelationship:forObjectWithID:withContext:error:")]
public virtual Foundation.NSObject NewValue (CoreData.NSRelationshipDescription forRelationship, CoreData.NSManagedObjectID forObjectI, CoreData.NSManagedObjectContext context, out Foundation.NSError error);
abstract member NewValue : CoreData.NSRelationshipDescription * CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext *  -> Foundation.NSObject
override this.NewValue : CoreData.NSRelationshipDescription * CoreData.NSManagedObjectID * CoreData.NSManagedObjectContext *  -> Foundation.NSObject

매개 변수

forRelationship
NSRelationshipDescription
forObjectI
NSManagedObjectID
context
NSManagedObjectContext

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

error
NSError

반환

특성

적용 대상