ToolboxItemFilterAttribute.Match(Object) Méthode

Définition

Indique si l'objet spécifié possède une chaîne de filtrage correspondante.

public:
 override bool Match(System::Object ^ obj);
public override bool Match (object obj);
public override bool Match (object? obj);
override this.Match : obj -> bool
Public Overrides Function Match (obj As Object) As Boolean

Paramètres

obj
Object

Objet à tester pour découvrir une chaîne de filtrage correspondante.

Retours

true si l'objet spécifié possède une chaîne de filtrage correspondante ; sinon, false.

S’applique à