ToolboxItemFilterAttribute.Match(Object) Méthode

Définition

Indique si l’objet spécifié a une chaîne de filtre correspondante.

public:
 override bool Match(System::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 une chaîne de filtre correspondante.

Retours

true si l’objet spécifié a une chaîne de filtre correspondante ; sinon, false.

S’applique à