IVsWindowSearchEvents 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.
Indique à l'hôte de fenêtre que les modifications se sont produites dans les filtres ou les options de recherche qui doivent être répercutées dans l'interface utilisateur.
public interface class IVsWindowSearchEvents
public interface class IVsWindowSearchEvents
__interface IVsWindowSearchEvents
[System.Runtime.InteropServices.Guid("A1702207-BF76-4A77-AD7D-0F41C558FDD3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchEvents
[<System.Runtime.InteropServices.Guid("A1702207-BF76-4A77-AD7D-0F41C558FDD3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchEvents = interface
Public Interface IVsWindowSearchEvents
- Attributs
Méthodes
| SearchFiltersChanged() |
Fournit une notification qu'il y avait une modification des filtres de recherche (par exemple, des filtres ont été ajoutés ou supprimés, le texte affiché a été modifié, etc.). |
| SearchOptionsChanged() |
Fournit une notification qu'il y avait une modification des options de recherche (par exemple, des options ont été ajoutées ou supprimées, le texte affiché a été modifié, etc.). |
| SearchOptionValueChanged(IVsWindowSearchBooleanOption) |
Fournit une notification qu'il y avait une modification de la valeur de l'option de recherche booléenne. |