Metodo System::TypeInfo::GetCustomAttribute
TypeInfo::GetCustomAttribute method
Cerca l’attributo personalizzato applicato che ha il tipo specificato e applicato al tipo rappresentato dall’oggetto corrente.
ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| attributeType | const TypeInfo& | Il riferimento costante all’oggetto TypeInfo che rappresenta il tipo dell’attributo da cercare |
ReturnValue
Un puntatore a un oggetto che rappresenta l’attributo trovato, o puntatore nullo se nessun attributo corrisponde ai criteri di ricerca
Vedi anche
- Class SmartPtr
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++