HKAnchoredObjectResultHandler Délégué
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.
Gestionnaire de saisie semi-automatique pour HKAnchoredObjectQuery(HKSampleType, NSPredicate, nuint, nuint, HKAnchoredObjectResultHandler2).
public delegate void HKAnchoredObjectResultHandler(HKAnchoredObjectQuery query, HKSampleType[] results, nuint newAnchor, NSError error);
type HKAnchoredObjectResultHandler = delegate of HKAnchoredObjectQuery * HKSampleType[] * nuint * NSError -> unit
Paramètres
- query
- HKAnchoredObjectQuery
- results
- HKSampleType[]
- newAnchor
- System.System.UIntPtr System.unativeint
- error
- NSError