_Assembly.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.
Fournit des objets COM avec un accès indépendant de la version à la méthode IsDefined(Type, Boolean).
public:
bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
Paramètres
- inherit
- Boolean
Cet argument est ignoré pour les objets de ce type.
Retours
true
si un attribut personnalisé identifié par le Type spécifié est défini ; sinon, false
.
Remarques
Cette méthode permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.
La IsDefined méthode indique si un attribut personnalisé identifié par le spécifié Type est défini.