ModuleBuilder.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.
Retourne une valeur qui indique si le type d'attribut spécifié a été appliqué à ce module.
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 de l'attribut personnalisé à tester.
- inherit
- Boolean
Cet argument est ignoré pour les objets de ce type.
Retours
true
si une ou plusieurs instances de attributeType
ont été appliquées à ce module ; sinon, false
.
Exceptions
attributeType
a la valeur null
.
attributeType
n’est pas un objet Type fourni par le runtime. Par exemple, attributeType
est un objet TypeBuilder.