Partager via


IDebugCustomAttributeQuery2 : : EnumCustomAttributes

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

HRESULT EnumCustomAttributes( 
   IEnumDebugCustomAttributes** ppEnum
);
int EnumCustomAttributes(
   out IEnumDebugCustomAttributes ppEnum
);

Paramètres

  • ppEnum
    [out] Retourne un objet d' IEnumDebugCustomAttributes représentant la liste d'attributs personnalisés ; sinon, retourne la valeur qu'une valeur NULL s'il n'y a aucune personnalisé les attributs.

Valeur de retour

En cas de réussite, retourne S_OK ou S_FALSE s'il n'y a pas d'attributs personnalisés dans ce champ. Sinon, retourne un code d'erreur ;

Notes

Un champ peut avoir plusieurs attributs personnalisés.

Voir aussi

Référence

IDebugCustomAttributeQuery2

IEnumDebugCustomAttributes