_dispFindEvents_FindDoneEventHandler 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.
À usage interne Microsoft uniquement.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public delegate void _dispFindEvents_FindDoneEventHandler(vsFindResult Result, bool Cancelled);
public delegate void _dispFindEvents_FindDoneEventHandler(vsFindResult Result, bool Cancelled);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispFindEvents_FindDoneEventHandler(vsFindResult Result, bool Cancelled);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispFindEvents_FindDoneEventHandler = delegate of vsFindResult * bool -> unit
Public Delegate Sub _dispFindEvents_FindDoneEventHandler(Result As vsFindResult, Cancelled As Boolean)
Paramètres
- Result
- vsFindResult
Résultat de la recherche.
- Cancelled
- Boolean
Indique si la recherche a été annulée.
- Attributs