IVsWindowSearchCommandOption Interface

Provides UI options for the common search control 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")> _
Public Interface IVsWindowSearchCommandOption _
    Inherits IVsWindowSearchOption
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
public interface IVsWindowSearchCommandOption : IVsWindowSearchOption
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
public interface class IVsWindowSearchCommandOption : IVsWindowSearchOption
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")>]
type IVsWindowSearchCommandOption =  
    interface 
        interface IVsWindowSearchOption 
    end
public interface IVsWindowSearchCommandOption extends IVsWindowSearchOption

The IVsWindowSearchCommandOption type exposes the following members.

Properties

  Name Description
Public property DisplayText
Public property Tooltip

Top

Methods

  Name Description
Public method Invoke Starts an operation when the button is clicked in the search control popup.

Top

Remarks

UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption) and buttons (exposed as IVsWindowSearchCommandOption).

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace