System::TypeInfo::GetCustomAttributes méthode

TypeInfo::GetCustomAttributes() const method

Renvoie un tableau contenant des objets qui représentent tous les attributs personnalisés appliqués au type.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

Voir aussi

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

Renvoie un tableau contenant des objets qui représentent des attributs spécifiques appliqués au type.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
ParamètreTypeDescription
attributeTypeconst TypeInfo&Type de l’attribut à rechercher.
inheritboolIndique s’il faut également rechercher les attributs hérités.

Voir aussi