Condividi tramite


IDebugMethodField:: IsCustomAttributeDefined

Determina se un attributo personalizzato è stato definito.

HRESULT IsCustomAttributeDefined( 
   LPCOLESTR pszCustomAttributeName
);
int IsCustomAttributeDefined(
   [In] string pszCustomAttributeName
);

Parametri

  • pszCustomAttributeName
    [in] Stringa contenente il nome dell'attributo personalizzato per trovare.

Valore restituito

Restituisce S_OK se l'attributo personalizzato viene definito in questo metodo, in caso contrario restituisce S_FALSE.

Vedere anche

Riferimenti

IDebugMethodField