IDebugPropertyField::GetPropertyGetter

Obtient la méthode qui obtient la propriété.

Syntaxe

HRESULT GetPropertyGetter( 
   IDebugMethodField** ppField
);
int GetPropertyGetter(
   out IDebugMethodField ppField
);

Paramètres

ppField
[out] Renvoie un objet IDebugMethodField représentant la méthode qui obtient la propriété.

Valeur de retour

Si elle réussit, retourne S_OK ; sinon, retourne un code d’erreur.

Notes

Pour obtenir la méthode qui définit la propriété, GetPropertySetter appelle la méthode.

Voir aussi