System::Attribute::GetCustomAttributes method

Attribute::GetCustomAttributes method

Renvoie tous les attributs personnalisés appliqués au type spécifié.

static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
ParamètreTypeDescription
typeconst TypeInfo&Attributs de type à récupérer

ReturnValue

Un tableau contenant les attributs appliqués au type spécifié

Voir aussi