WindowSearchBooleanOption Class

Definition

Represents a Boolean option for use by the search control for window search.

C++/WinRT
[Windows::Foundation::Metadata::WebHostHidden]
class WindowSearchBooleanOption : Microsoft::VisualStudio::PlatformUI::WindowSearchOption, Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchBooleanOption
Inheritance
WindowSearchBooleanOption
Implements

Remarks

Boolean options are represented by check boxes in the search control popup.

Constructors

WindowSearchBooleanOption(String, String, Boolean)

Creates a new instance of a Boolean search option for use by the search control for window search.

WindowSearchBooleanOption(String, String, Func<Boolean>, Action<Boolean>)

Creates a new instance of a Boolean search option for use by the search control for window search.

Properties

DisplayText

Gets or sets the display text for the search option.

(Inherited from WindowSearchOption)
Tooltip

Gets or sets the tooltip for the search option.

(Inherited from WindowSearchOption)
Value

Gets or sets the value of the Boolean option.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022