IWpfTableControl.GetFilter(String) 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.
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.