IWpfTableControl2.GetAllFilters Method

Definition

Get all of the table control's filters.

public:
 System::Collections::Generic::IEnumerable<Tuple<System::String ^, Microsoft::VisualStudio::Shell::TableControl::IEntryFilter ^> ^> ^ GetAllFilters();
public System.Collections.Generic.IEnumerable<Tuple<string,Microsoft.VisualStudio.Shell.TableControl.IEntryFilter>> GetAllFilters ();
abstract member GetAllFilters : unit -> seq<string * Microsoft.VisualStudio.Shell.TableControl.IEntryFilter>
Public Function GetAllFilters () As IEnumerable(Of Tuple(Of String, IEntryFilter))

Returns

An enumeration of the names and corresponding filters in the table control.

Applies to