WindowSearchBooleanOption Class

Definition

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

public ref class WindowSearchBooleanOption : Microsoft::VisualStudio::PlatformUI::WindowSearchOption, Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchBooleanOption
[Windows::Foundation::Metadata::WebHostHidden]
class WindowSearchBooleanOption : Microsoft::VisualStudio::PlatformUI::WindowSearchOption, Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchBooleanOption
public class WindowSearchBooleanOption : Microsoft.VisualStudio.PlatformUI.WindowSearchOption, Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchBooleanOption
type WindowSearchBooleanOption = class
    inherit WindowSearchOption
    interface IVsWindowSearchBooleanOption
    interface IVsWindowSearchOption
Public Class WindowSearchBooleanOption
Inherits WindowSearchOption
Implements 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