MaskFilter.Match(ITableEntryHandle) Method

Definition

Tests to see if entry matches the filter.

public:
 virtual 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
override this.Match : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle -> bool
Public Function Match (entry As ITableEntryHandle) As Boolean

Parameters

entry
ITableEntryHandle

Entry to test against the filter.

Returns

true if the entry matches the filter.

Implements

Applies to