WindowSearchBooleanOption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |