Compartir a través de


IWpfTableControl.GetFilter(String) Método

Definición

Obtenga el filtro para el especificado key si existe o null si no hay ningún filtro correspondiente.

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

Clave.

Devoluciones

Devuelve IEntryFilter.

Se aplica a