ToolWindowPane::SearchFiltersEnum Property
Visual Studio 2015
Override this function if the tool window supports search filters. The class < WindowSearchFilterEnumerator can be used to construct an enumerator over an array of search filters that implement the IVsWindowSearchFilter interface.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IVsEnumWindowSearchFilters^ SearchFiltersEnum { virtual IVsEnumWindowSearchFilters^ get(); }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumWindowSearchFilters^When overridden, returns an enumerator over the search filters.
Implements
IVsWindowSearch::SearchFiltersEnum
Show: