DkmVisualizedExpression.EvaluateVisualizedExpression Method

Definition

Evaluate a visualized expression returning a DkmEvaluationResult for it.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 void EvaluateVisualizedExpression([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ % ResultObject);
public void EvaluateVisualizedExpression (out Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult ResultObject);
member this.EvaluateVisualizedExpression : DkmEvaluationResult -> unit
Public Sub EvaluateVisualizedExpression (ByRef ResultObject As DkmEvaluationResult)

Parameters

ResultObject
DkmEvaluationResult

[Out,Optional] Object containing the result of the evaluation. This object must be closed by the caller when the caller is done with the object. The expression evaluator reserves the right to override this instance so do not rely on storing data items in the DkmEvaluationResult instance. Use the DkmVisualizedExpression instance as a data container instead.

Applies to