Metodo System::Reflection::MemberInfo::GetCustomAttributes
Contenuti
[
Nascondere
]MemberInfo::GetCustomAttributes(bool) const method
Restituisce un array contenente 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 | Indica se controllare anche gli attributi ereditati. |
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Font for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Restituisce un array contenente 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 | Indica se controllare anche gli attributi ereditati. |
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Font for C++