IVsWindowSearchCommandOption Interface

Definition

Provides UI options for the common search control popup.

public interface class IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface class IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
__interface IVsWindowSearchCommandOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface IVsWindowSearchCommandOption : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption
[System.Runtime.InteropServices.Guid("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchCommandOption : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption
type IVsWindowSearchCommandOption = interface
    interface IVsWindowSearchOption
[<System.Runtime.InteropServices.Guid("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchCommandOption = interface
    interface IVsWindowSearchOption
Public Interface IVsWindowSearchCommandOption
Implements IVsWindowSearchOption
Derived
Attributes
Implements

Remarks

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

Properties

DisplayText

Gets a displayable string that is used on the filter button in the UI.

Tooltip

Gets a string that describes the search filter functionality.

Methods

Invoke()

Starts an operation when the button is clicked in the search control popup.

Applies to