Condividi tramite


IDebugObject2:: GetField

ottiene il tipo di questo oggetto.

HRESULT GetField(
 IDebugField** ppField
);
int GetField(
   out IDebugField ppField
);

Parametri

  • ppField
    [out] restituisce IDebugField un oggetto se non un valore null.

Valore restituito

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

Note

Un campo descrive il tipo di oggetto.

Vedere anche

Riferimenti

IDebugObject2

IDebugField