Condividi tramite


IDebugProperty2:: GetReference

Restituisce un riferimento al valore della proprietà.

HRESULT GetReference(
   IDebugReference2** ppReference
);
int GetReference(
   out IDebugReference2 ppReference
);

Parametri

  • ppRererence
    [out] Restituisce IDebugReference2 un oggetto che rappresenta un riferimento al valore della proprietà.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore, in genere E_NOTIMPL o E_GETREFERENCE_NO_REFERENCE.

Vedere anche

Riferimenti

IDebugProperty2

IDebugReference2