Método System::Attribute::GetCustomAttributes

Attribute::GetCustomAttributes method

Devuelve todos los atributos personalizados aplicados al tipo especificado.

static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
ParámetroTipoDescripción
tipoconst TypeInfo&Atributos del tipo que se van a recuperar

ReturnValue

Una matriz que contiene los atributos aplicados al tipo especificado

Ver también