HKHealthStore.DeleteObjects Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeleteObjects(HKObject[], Action<Boolean,NSError>) |
Löscht die angegebene |
DeleteObjects(HKObjectType, NSPredicate, Action<Boolean,nuint,NSError>) |
Löscht die Objekte, die mit dem angegebenen |
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[]
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
Ein Handler, der nach Abschluss des Vorgangs ausgeführt werden soll.
- Attribute