Metodo System::EnumValuesBase::GetValues
EnumValuesBase::GetValues method
Restituisce un array contenente tutti i valori del tipo di enumerazione specificato.
static ArrayPtr<int64_t> System::EnumValuesBase::GetValues(const TypeInfo &type)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | const TypeInfo& | L’oggetto TypeInfo che rappresenta il tipo dell’enumerazione i cui valori restituire |
ReturnValue
Un array contenente i valori di tutte le costanti di enumerazione del tipo di enumerazione specificato da type.
Vedi anche
- Typedef ArrayPtr
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.Font for C++