Método System::TypeInfo::GetCustomAttributes

TypeInfo::GetCustomAttributes() const method

Devuelve una matriz que contiene objetos que representan todos los atributos personalizados aplicados al tipo.

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

Ver también

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

Devuelve una matriz que contiene objetos que representan atributos específicos aplicados al tipo.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
ParámetroTipoDescripción
attributeTypeconst TypeInfo&Tipo del atributo a buscar.
inheritboolSi se deben buscar también atributos heredados.

Ver también