IDkmClrCustomVisualizerObjectProvider.DestroyDebuggeeSideVisualizerObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the debuggee-side Custom Visualizer type in the debuggee process.
public:
bool DestroyDebuggeeSideVisualizerObject(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult);
public bool DestroyDebuggeeSideVisualizerObject (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult);
abstract member DestroyDebuggeeSideVisualizerObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult -> bool
Public Function DestroyDebuggeeSideVisualizerObject (successResult As DkmSuccessEvaluationResult) As Boolean
Parameters
- successResult
- DkmSuccessEvaluationResult
[In] The formatted result of a successful evaluation, ready to be displayed in an expression evaluation window.
Returns
[Out] If the handle was successfully removed, return true. If no handle, return false.