IVsWindowSearchSimpleFilter Interface

 

Provides a basic search filter for the search control.

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

[GuidAttribute("236D9124-37CA-4EDC-AF07-2D8DFA416F42")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchSimpleFilter : IVsWindowSearchFilter

NameDescription
System_CAPS_pubpropertyDefaultFilterValue

Gets a default value string that is used by the shell in constructs like filterfield:defaultvalue when the filter button is clicked.

System_CAPS_pubpropertyDisplayText

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

System_CAPS_pubpropertyFilterField

Gets a string that identifies this filter (in constructs like filterfield:value).

System_CAPS_pubpropertyTooltip

Gets a string that describes the search filter functionality.

Return to top
Show: