IEntryFilter.Match(ITableEntryHandle) 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.
Return true if the specified entry
satisfies the filter.
public:
bool Match(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry);
public:
bool Match(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry);
bool Match(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle const & entry);
public bool Match (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry);
abstract member Match : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle -> bool
Public Function Match (entry As ITableEntryHandle) As Boolean
Parameters
- entry
- ITableEntryHandle
The entry.
Returns
Returns Boolean.
Remarks
This method must be callable from any thread and the criteria used to evaluate entry
must be immutable.