NSIncrementalStore.NewObjectIdFor(NSEntityDescription, NSObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gli sviluppatori non devono eseguire l'override di questo metodo. Restituisce un nuovo ID per l'entità e la descrizione.
[Foundation.Export("newObjectIDForEntity:referenceObject:")]
public virtual CoreData.NSManagedObjectID NewObjectIdFor (CoreData.NSEntityDescription forEntity, Foundation.NSObject referenceObject);
abstract member NewObjectIdFor : CoreData.NSEntityDescription * Foundation.NSObject -> CoreData.NSManagedObjectID
override this.NewObjectIdFor : CoreData.NSEntityDescription * Foundation.NSObject -> CoreData.NSManagedObjectID
Parametri
- forEntity
- NSEntityDescription
- referenceObject
- NSObject
Restituisce
- Attributi