Metodo System::TypeInfo::GetCustomAttributes

TypeInfo::GetCustomAttributes() const method

Restituisce un array contenente oggetti che rappresentano tutti gli attributi personalizzati applicati al tipo.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

Vedi anche

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

Restituisce un array contenente oggetti che rappresentano attributi specifici applicati al tipo.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
ParametroTipoDescrizione
attributeTypeconst TypeInfo&Tipo dell’attributo da cercare.
inheritboolIndica se cercare anche gli attributi ereditati.

Vedi anche