description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | author | ms.author | manager | ms.subservice | dev_langs | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This method gets a new object for the visualizer. |
IEEVisualizerDataProvider::GetNewObjectForVisualizer |
11/04/2016 |
reference |
|
|
maiak |
maiak |
mijacobs |
debug-diagnostics |
|
This method gets a new object for the visualizer. This method will always create a new object from the existing object.
int GetNewObjectForVisualizer(
out IDebugObject ppObject
);
HRESULT GetNewObjectForVisualizer(
IDebugObject** ppObject
);
ppObject
[out] The new object.
If successful, returns S_OK
; otherwise, returns an error code.
This method
re-evaluates the object it currently represents and returns the result as a new object. The existing object will be updated as a result of the evaluation.