IVsFindSymbol2 Interface
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.
Implémente la recherche effectuée par la commande de menu FindSymbol, avec prise en charge de plusieurs frameworks.
public interface class IVsFindSymbol2
public interface class IVsFindSymbol2
__interface IVsFindSymbol2
[System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindSymbol2
[<System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbol2 = interface
Public Interface IVsFindSymbol2
- Attributs
Remarques
Cette interface ajoute la prise en charge de IVsFindSymbol pour SubIDs sur les portées pour permettre l’affichage et l’utilisation de plusieurs frameworks dans l’Explorateur d’objets.
Vous pouvez obtenir une instance de cette interface à partir du service SVsObjectSearch (SID_SVsObjectSearch).
Méthodes
| DoSearch(Guid, UInt32, VSOBSEARCHCRITERIA2[]) |
Exécute la recherche. |
| GetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[]) |
Retourne les options de recherche. |
| SetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[]) |
Définit des options de recherche. |