Partager via


IDebugCustomAttributeQuery2::EnumCustomAttributes

Obtient un énumérateur pour tous les attributs personnalisés attachés à ce champ.

Syntaxe

int EnumCustomAttributes(
   out IEnumDebugCustomAttributes ppEnum
);

Paramètres

ppEnum
[out] Renvoie un objet IEnumDebugCustomAttributes représentant la liste des attributs personnalisés ; sinon, retourne une valeur Null s’il n’existe aucun attribut personnalisé.

Valeur de retour

Si elle réussit, retourne S_OK ou S_FALSE s’il n’existe aucun attribut personnalisé sur ce champ. Sinon, retourne un code d’erreur ;

Notes

Un champ peut avoir plusieurs attributs personnalisés.

Voir aussi