Método System::TypeInfo::GetCustomAttributes
TypeInfo::GetCustomAttributes() const method
Devuelve una matriz que contiene objetos que representan todos los atributos personalizados aplicados al tipo.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
Ver también
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Devuelve una matriz que contiene objetos que representan atributos específicos aplicados al tipo.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| attributeType | const TypeInfo& | Tipo del atributo a buscar. |
| inherit | bool | Si se deben buscar también atributos heredados. |