ComAwareEventInfo.IsDefined(Type, Boolean) 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.
Indique si une ou plusieurs instances de l’attribut spécifié sont appliquées à ce membre.
public:
override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
Paramètres
- attributeType
- Type
Type d’attribut à rechercher.
- inherit
- Boolean
true
pour rechercher la chaîne d’héritage de ce membre afin de trouver les attributs ; sinon, false
.
Retours
true
si l’attribut spécifié a été appliqué à ce membre ; sinon, false
.