Share via


IEntryFilter.Match(ITableEntryHandle) Method

Definition

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.

Applies to