Metodo System::Attribute::GetCustomAttributes

Attribute::GetCustomAttributes method

Restituisce tutti gli attributi personalizzati applicati al tipo specificato.

static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
ParametroTipoDescrizione
tipoconst TypeInfo&Attributi del tipo da recuperare

ReturnValue

Un array che contiene gli attributi applicati al tipo specificato

Vedi anche