JSConstructor.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.
Détermine si le type d'attribut spécifié est attaché à ce constructeur.
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 bool IsDefined (Type type, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides 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
false
dans tous les cas.