HKHealthStore.DeleteObjectsAsync(HKObject[]) 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.
Supprime le spécifié objects
du magasin et exécute un gestionnaire de saisie semi-automatique lorsqu’il est terminé.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> DeleteObjectsAsync (HealthKit.HKObject[] objects);
abstract member DeleteObjectsAsync : HealthKit.HKObject[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.DeleteObjectsAsync : HealthKit.HKObject[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
Paramètres
- objects
- HKObject[]
Retours
Tâche qui représente l’opération DeleteObjects asynchrone. La valeur du paramètre TResult est de type System.Action<System.Boolean,Foundation.NSError>.
- Attributs