System::Reflection::MemberInfo::GetCustomAttributes método
Contenido
[
Ocultar
]MemberInfo::GetCustomAttributes(bool) const method
Devuelve una matriz que contiene objetos que representan todos los atributos personalizados aplicados al tipo representado por el objeto actual.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| inherit | bool | Si se deben comprobar también los atributos heredados. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Devuelve una matriz que contiene objetos que representan todos los atributos personalizados aplicados al tipo representado por el objeto actual.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| attributeType | const TypeInfo& | Tipo de atributo a buscar. |
| inherit | bool | Si se deben comprobar también los atributos heredados. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++