IVsWindowSearchBooleanOption Interface

 

Implements Boolean options for the common search control’s popup.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("C1335086-78C1-4F9A-823F-5A7166BC051C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchBooleanOption : IVsWindowSearchOption

NameDescription
System_CAPS_pubpropertyDisplayText

Gets a displayable string that will be used for the option's text.

System_CAPS_pubpropertyTooltip

Gets a description of the option.

System_CAPS_pubpropertyValue

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).

Return to top
Show: