Metodo System::TypeInfo::GetCustomAttributes
TypeInfo::GetCustomAttributes() const method
Restituisce un array contenente oggetti che rappresentano tutti gli attributi personalizzati applicati al tipo.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
Vedi anche
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Restituisce un array contenente oggetti che rappresentano attributi specifici applicati al tipo.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| attributeType | const TypeInfo& | Tipo dell’attributo da cercare. |
| inherit | bool | Indica se cercare anche gli attributi ereditati. |