Metodo System::Attribute::GetCustomAttribute
Attribute::GetCustomAttribute method
Restituisce un attributo personalizzato di un tipo specificato applicato al tipo specificato.
static Object::ptr System::Attribute::GetCustomAttribute(const TypeInfo &type, const TypeInfo &attributeType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| tipo | const TypeInfo& | Tipo di attributo che viene recuperato |
| attributeType | const TypeInfo& | Tipo dell’attributo da recuperare |
ReturnValue
Un attributo recuperato o null se il tipo specificato non possiede un attributo del tipo specificato.
Vedi anche
- Typedef ptr
- Class TypeInfo
- Class Attribute
- Namespace System
- Library Aspose.Font for C++