ICustomAttributeProvider.IsDefined(Type, Boolean) Méthode

Définition

Indique si une ou plusieurs instances de attributeType sont définies sur ce membre.

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

attributeType
Type

Type des attributs personnalisés.

inherit
Boolean

Si true, recherchez la chaîne de hiérarchie pour l’attribut personnalisé hérité.

Retours

true si l'instance attributeType est définie sur ce membre ; false dans le cas contraire.

S’applique à