共用方式為


HKHealthStore.DeleteObjectsAsync(HKObject[]) 方法

定義

從存放區刪除指定的 objects ,並在完成時執行完成處理常式。

[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>

參數

objects
HKObject[]

傳回

表示非同步 DeleteObjects 作業的工作。 TResult 參數的值的類型為 System.Action < System.Boolean,Foundation.NSError > 。

屬性

適用於