NSMetadataQueryEnumerationCallback 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.
Délégué utilisé comme rappel dans les appels à EnumerateResultsUsingBlock(NSMetadataQueryEnumerationCallback) et EnumerateResultsWithOptions(NSEnumerationOptions, NSMetadataQueryEnumerationCallback).
public delegate void NSMetadataQueryEnumerationCallback(NSObject result, nuint idx, ref bool stop);
type NSMetadataQueryEnumerationCallback = delegate of NSObject * nuint * -> unit
Paramètres
- result
- NSObject
- idx
- System.System.UIntPtr System.unativeint
- stop
- Boolean