Condividi tramite


IDebugArrayObject:: GetElements

Ottiene un enumeratore di tutti gli elementi della matrice.

HRESULT GetElements( 
   IEnumDebugObjects** ppEnum
);
int GetElements(
   out IEnumDebugObjects ppEnum
);

Parametri

  • ppEnum
    [out] Restituisce IEnumDebugObjects un oggetto che consente l'enumerazione su tutti gli elementi.

Valore restituito

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

Note

In alternativa, utilizzare IDebugArrayObject:: GetCount i metodi e IDebugArrayObject:: GetElement per scorrere gli elementi.

Vedere anche

Riferimenti

IDebugArrayObject