Condividi tramite


IDebugPropertyField:: GetPropertyGetter

ottiene il metodo che ottiene la proprietà.

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

Parametri

  • ppField
    [out] restituisce IDebugMethodField un oggetto che rappresenta il metodo che ottiene la proprietà.

Valore restituito

Se l'operazione riesce, restituisce S_OK, in caso contrario, restituisce un codice di errore.

Note

per ottenere il metodo che imposta la proprietà, IDebugPropertyField:: GetPropertySetter chiamare il metodo.

Vedere anche

Riferimenti

IDebugPropertyField

IDebugPropertyField:: GetPropertySetter

IDebugMethodField