IDebugCustomAttributeQuery2 : : IsCustomAttributeDefined
détermine si un attribut personnalisé existe de nom.
HRESULT IsCustomAttributeDefined(
LPCOLESTR pszCustomAttributeName
);
int IsCustomAttributeDefined(
[In] string pszCustomAttributeName
);
Paramètres
- pszCustomAttributeName
[in] Chaîne contenant le nom de l'attribut personnalisé pour rechercher.
Valeur de retour
Retourne S_OK si l'attribut personnalisé est défini sur ce champ, sinon retourne S_FALSE.
Notes
Pour obtenir les octets d'attribut liés à l'attribut personnalisé, appelez la méthode d' IDebugCustomAttributeQuery2 : : GetCustomAttributeByName .