IDebugPropertyDestroyEvent2:: GetDebugProperty
Ottiene la proprietà per distruggere.
HRESULT GetDebugProperty (
IDebugProperty2** ppProperty
);
int GetDebugProperty (
out IDebugProperty2 ppProperty
);
Parametri
- ppProperty
[out] Restituisce IDebugProperty2 un oggetto che rappresenta la proprietà da eliminato.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.