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
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| attributeType | const TypeInfo& | Type de l’attribut à rechercher. |
| inherit | bool | Indique s’il faut également rechercher les attributs hérités. |