Freigeben über


HKHealthStore.DeleteObjects Methode

Definition

Überlädt

DeleteObjects(HKObject[], Action<Boolean,NSError>)

Löscht die angegebene objects aus dem Speicher und führt einen Vervollständigungshandler aus, wenn er abgeschlossen ist.

DeleteObjects(HKObjectType, NSPredicate, Action<Boolean,nuint,NSError>)

Löscht die Objekte, die mit dem angegebenen objectType und predicate übereinstimmen, aus dem Speicher und führt nach Abschluss einen Vervollständigungshandler aus.

DeleteObjects(HKObject[], Action<Boolean,NSError>)

Löscht die angegebene objects aus dem Speicher und führt einen Vervollständigungshandler aus, wenn er abgeschlossen ist.

[Foundation.Export("deleteObjects:withCompletion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DeleteObjects (HealthKit.HKObject[] objects, Action<bool,Foundation.NSError> completion);
abstract member DeleteObjects : HealthKit.HKObject[] * Action<bool, Foundation.NSError> -> unit
override this.DeleteObjects : HealthKit.HKObject[] * Action<bool, Foundation.NSError> -> unit

Parameter

objects
HKObject[]
completion
Action<Boolean,NSError>

Ein Handler, der nach Abschluss des Vorgangs ausgeführt werden soll.

Attribute

Gilt für:

DeleteObjects(HKObjectType, NSPredicate, Action<Boolean,nuint,NSError>)

Löscht die Objekte, die mit dem angegebenen objectType und predicate übereinstimmen, aus dem Speicher und führt nach Abschluss einen Vervollständigungshandler aus.

[Foundation.Export("deleteObjectsOfType:predicate:withCompletion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DeleteObjects (HealthKit.HKObjectType objectType, Foundation.NSPredicate predicate, Action<bool,nuint,Foundation.NSError> completion);
abstract member DeleteObjects : HealthKit.HKObjectType * Foundation.NSPredicate * Action<bool, nuint, Foundation.NSError> -> unit
override this.DeleteObjects : HealthKit.HKObjectType * Foundation.NSPredicate * Action<bool, nuint, Foundation.NSError> -> unit

Parameter

objectType
HKObjectType
predicate
NSPredicate
completion

Action<Boolean,System.System.UIntPtr,NSError>

Action<Boolean,System.unativeint,NSError>

Ein Handler, der nach Abschluss des Vorgangs ausgeführt werden soll.

Attribute

Gilt für: