Partager via


ReflectedParameterDescriptor.IsDefined(Type, Boolean) Méthode

Définition

Retourne une valeur qui indique si une ou plusieurs instances d'un type d'attribut personnalisé sont définies pour ce membre.

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 des attributs personnalisés.

inherit
Boolean

true pour rechercher l’attribut personnalisé hérité dans la chaîne hiérarchique ; sinon, false.

Retours

true si le type d’attribut personnalisé est défini pour ce membre ; sinon, false.

S’applique à