IVsWindowSearchCommandOption Interface
Visual Studio 2015
Provides UI options for the common search control popup.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayText | Gets a displayable string that is used on the filter button in the UI. |
![]() | Tooltip | Gets a string that describes the search filter functionality. |
| Name | Description | |
|---|---|---|
![]() | Invoke() | Starts an operation when the button is clicked in the search control popup. |
UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption) and buttons (exposed as IVsWindowSearchCommandOption).
Show:

