Condividi tramite


IDebugPropertyCreateEvent2:: GetDebugProperty

ottiene la nuova proprietà.

HRESULT GetDebugProperty ( 
   IDebugProperty2** ppProperty
);
int GetDebugProperty ( 
   out IDebugProperty2 ppProperty
);

Parametri

  • ppProperty
    [out] restituisce IDebugProperty2 un oggetto che rappresenta la nuova proprietà.

Valore restituito

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

Vedere anche

Riferimenti

IDebugPropertyCreateEvent2

IDebugProperty2