Sdílet prostřednictvím


IWpfTableControl.GetFilter(String) Metoda

Definice

Získejte filtr pro zadaný key , pokud existuje, nebo hodnotu null, pokud neexistuje odpovídající filtr.

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

Parametry

key
String

Klíč

Návraty

Vrací objekt IEntryFilter.

Platí pro