IVsWindowSearchBooleanOption Interface
Visual Studio 2015
Implements Boolean options for the common search control’s popup.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayText | Gets a displayable string that will be used for the option's text. |
![]() | Tooltip | Gets a description of the option. |
![]() | Value | Gets or set the Boolean value of the checkbox state. |
UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption) and buttons (exposed as IVsWindowSearchCommandOption).
Show:
