IWpfTableControl.GetFilter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the filter for the specified key
if it exists or null if there is no corresponding filter.
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
Parameters
- key
- String
The key.
Returns
Returns IEntryFilter.