IWpfTableControl2.GetAllFilters Method
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.
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.