ToolWindowPane.SearchFiltersEnum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override this function if the toolwindow supports search filters The class WindowSearchFilterEnumerator can be used to construct an enumerator over an array of search filters implementing IVsWindowSearchFilter interface.
public:
virtual property Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ SearchFiltersEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ get(); };
public:
virtual property Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ SearchFiltersEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ get(); };
public virtual Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchFilters SearchFiltersEnum { get; }
member this.SearchFiltersEnum : Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchFilters
Public Overridable ReadOnly Property SearchFiltersEnum As IVsEnumWindowSearchFilters
Property Value
When overridden, returns an enumerator over the search filters.