Compartilhar via


IWpfTableControl.GetFilter(String) Método

Definição

Obtenha o filtro para o especificado key se ele existir ou nulo se não houver nenhum filtro correspondente.

public:
 Microsoft::VisualStudio::Shell::TableControl::IEntryFilter ^ GetFilter(System::String ^ key);
public:
 Microsoft::VisualStudio::Shell::TableControl::IEntryFilter ^ GetFilter(Platform::String ^ key);
Microsoft::VisualStudio::Shell::TableControl::IEntryFilter GetFilter(std::wstring const & key);
public Microsoft.VisualStudio.Shell.TableControl.IEntryFilter GetFilter (string key);
abstract member GetFilter : string -> Microsoft.VisualStudio.Shell.TableControl.IEntryFilter
Public Function GetFilter (key As String) As IEntryFilter

Parâmetros

key
String

A chave.

Retornos

Retorna IEntryFilter.

Aplica-se a