IVsWindowSearchCommandOption Interface

 

Provides UI options for the common search control popup.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
public interface IVsWindowSearchCommandOption : IVsWindowSearchOption

NameDescription
System_CAPS_pubpropertyDisplayText

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

System_CAPS_pubpropertyTooltip

Gets a string that describes the search filter functionality.

NameDescription
System_CAPS_pubmethodInvoke()

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

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

Return to top
Show: