NSManagedObjectContext.ObtainPermanentIDsForObjects Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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