IWpfTableControl2.GetAllFilters Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter todos os filtros do controle de tabela.
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))
Retornos
Uma enumeração dos nomes e filtros correspondentes no controle de tabela.