IEntryFilter.Match(ITableEntryHandle) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la valeur true si le spécifié entry satisfait au filtre.
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
Paramètres
- entry
- ITableEntryHandle
Entrée.
Retours
Retourne Boolean.
Remarques
Cette méthode doit pouvoir être appelée à partir de n’importe quel thread et les critères utilisés pour l’évaluation entry doivent être immuables.