IVsWindowSearchCustomFilter Interface

 

Provides a custom search filter for the search string.

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

[GuidAttribute("BD1E4938-41CF-4F9C-ABB3-2FA4F114197D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchCustomFilter : IVsWindowSearchFilter

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_pubmethodApplyFilter(String, Int32, Int32)

Filters the current search string.

Return to top
Show: