IDkmLanguageObjectIdProvider.DestroyObjectId(DkmEvaluationResult) 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.
Destroys an object id for this particular expression.
public:
void DestroyObjectId(Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ result);
public void DestroyObjectId (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult result);
abstract member DestroyObjectId : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult -> unit
Public Sub DestroyObjectId (result As DkmEvaluationResult)
Parameters
- result
- DkmEvaluationResult
[In] The formatted result of an evaluation, ready to be displayed in an expression evaluation window.