IVsWindowSearchCommandOption 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.
Fournit des options d'interface utilisateur pour le contrôle de recherche commun instantané.
public interface class IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface class IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
__interface IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface IVsWindowSearchCommandOption : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption
type IVsWindowSearchCommandOption = interface
interface IVsWindowSearchOption
Public Interface IVsWindowSearchCommandOption
Implements IVsWindowSearchOption
- Dérivé
- Implémente
Remarques
Les options d’interface utilisateur prises en charge par le contrôle de recherche sont les cases à cocher (exposées en tant que IVsWindowSearchBooleanOption ) et les boutons (exposés en tant que IVsWindowSearchCommandOption ).
Propriétés
| DisplayText |
Obtient une chaîne affichable utilisée sur le bouton de filtre dans l'interface utilisateur. |
| Tooltip |
Obtient une chaîne qui décrit la fonctionnalité de filtre de recherche. |
Méthodes
| Invoke() |
Démarre une opération lorsque l'utilisateur clique sur le bouton dans le contrôle de recherche instantané. |