ToolWindowPane::SearchFiltersEnum Property

 

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.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: