MaskFilter.Match(ITableEntryHandle) Método

Definição

Testes para ver se entry corresponde ao filtro.

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

Parâmetros

entry
ITableEntryHandle

Entrada a ser testada em relação ao filtro.

Retornos

Boolean

true se a entrada corresponder ao filtro.

Implementações

Aplica-se a