Condividi tramite


Metodo IDebugHostType3::GetContainingType (dbgmodel.h)

Il metodo GetContainType restituisce il tipo dell'elemento padre contenitore (il tipo che contiene questo simbolo).

Sintassi

HRESULT GetContainingType(
  IDebugHostType3 **containingParentType
);

Parametri

containingParentType

Puntatore a una variabile puntatore che riceve l'interfaccia IDebugHostType3 del tipo padre contenitore.

Valore restituito

Se il metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT.

Fabbisogno

Requisito Valore
intestazione dbgmodel.h

Vedere anche

'interfaccia IDebugHostType3