IVsWindowSearchBooleanOption Interface
Implements Boolean options for the common search control’s popup.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("C1335086-78C1-4F9A-823F-5A7166BC051C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowSearchBooleanOption _
Inherits IVsWindowSearchOption
[GuidAttribute("C1335086-78C1-4F9A-823F-5A7166BC051C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchBooleanOption : IVsWindowSearchOption
[GuidAttribute(L"C1335086-78C1-4F9A-823F-5A7166BC051C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowSearchBooleanOption : IVsWindowSearchOption
[<GuidAttribute("C1335086-78C1-4F9A-823F-5A7166BC051C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchBooleanOption =
interface
interface IVsWindowSearchOption
end
public interface IVsWindowSearchBooleanOption extends IVsWindowSearchOption
The IVsWindowSearchBooleanOption type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayText | ||
Tooltip | ||
Value | Gets or set the Boolean value of the checkbox state. |
Top
Remarks
UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption) and buttons (exposed as IVsWindowSearchCommandOption).