HKAnchoredObjectResultHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O manipulador de conclusão para 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
Parâmetros
- query
- HKAnchoredObjectQuery
- results
- HKSampleType[]
- newAnchor
- System.System.UIntPtr System.unativeint
- error
- NSError