System::Reflection::MemberInfo::GetCustomAttributes metodo
Contenuti
[
Nascondere
]MemberInfo::GetCustomAttributes(bool) const method
Restituisce un array contenente gli oggetti che rappresentano tutti gli attributi personalizzati applicati al tipo rappresentato dall’oggetto corrente.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| inherit | bool | Se verificare anche gli attributi ereditati. |
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Restituisce un array contenente gli oggetti che rappresentano tutti gli attributi personalizzati applicati al tipo rappresentato dall’oggetto corrente.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| attributeType | const TypeInfo& | Tipo di attributo da cercare. |
| inherit | bool | Se verificare anche gli attributi ereditati. |
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++