NSManagedObjectContext.ObtainPermanentIDsForObjects Méthode

Définition

Convertit les identificateurs d’objet en identificateurs permanents pour le fichier fourni objects. Retourne true si tous les identificateurs ont été convertis.

[Foundation.Export("obtainPermanentIDsForObjects:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ObtainPermanentIDsForObjects(CoreData.NSManagedObject[] objects, out Foundation.NSError error);
[<Foundation.Export("obtainPermanentIDsForObjects:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] * NSError -> bool
override this.ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] * NSError -> bool

Paramètres

objects
NSManagedObject[]
error
NSError

Retours

Attributs

S’applique à