System::TypeInfo::GetCustomAttribute méthode

TypeInfo::GetCustomAttribute method

Recherche l’attribut personnalisé appliqué ayant le type spécifié et appliqué au type représenté par l’objet actuel.

ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
ParamètreTypeDescription
attributeTypeconst TypeInfo&La référence constante à l’objet TypeInfo représentant le type de l’attribut à rechercher

ReturnValue

Un pointeur vers un objet représentant l’attribut trouvé, ou un pointeur nul si aucun attribut ne correspond aux critères de recherche.

Voir aussi