다음을 통해 공유


HKHealthStore.DeleteObjects 메서드

정의

오버로드

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

저장소에서 지정된 를 objects 삭제하고 완료 처리기가 완료되면 완료 처리기를 실행합니다.

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

지정된 objectTypepredicate 와 일치하는 개체를 저장소에서 삭제하고 완료되면 완료 처리기를 실행합니다.

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

저장소에서 지정된 를 objects 삭제하고 완료 처리기가 완료되면 완료 처리기를 실행합니다.

[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

매개 변수

objects
HKObject[]
completion
Action<Boolean,NSError>

작업이 완료되면 실행할 처리기입니다.

특성

적용 대상

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

지정된 objectTypepredicate 와 일치하는 개체를 저장소에서 삭제하고 완료되면 완료 처리기를 실행합니다.

[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

매개 변수

objectType
HKObjectType
predicate
NSPredicate
completion

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

Action<Boolean,System.unativeint,NSError>

작업이 완료되면 실행할 처리기입니다.

특성

적용 대상