JSMethodInfo.IsDefined(Type, Boolean) Méthode

Définition

Détermine si le type d'attribut spécifié est attaché à cette méthode.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 override bool IsDefined(Type ^ type, bool inherit);
public override sealed bool IsDefined (Type type, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides NotOverridable Function IsDefined (type As Type, inherit As Boolean) As Boolean

Paramètres

type
Type

Type d’attribut à rechercher.

inherit
Boolean

true pour rechercher les attributs dans la hiérarchie d'héritage de ce membre.

Retours

true si une ou plusieurs instances de l'attribut type spécifié sont attachées à cette méthode ; sinon, false.

S’applique à

Voir aussi