DkmVisualizedExpression.GetUnderlyingStringCallback Method

Definition

This method is used for evaluation results that include DkmEvaluationResultFlags.RawString to obtain the the underlying string, with no enclosing quotes or escape sequences. This is method is invoked to display one of the various string visualizers in an expression evaluation window (click the magnifying glass icon).

public:
 System::String ^ GetUnderlyingStringCallback(Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ DefaultEvaluationResult);
public string GetUnderlyingStringCallback (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult DefaultEvaluationResult);
member this.GetUnderlyingStringCallback : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult -> string
Public Function GetUnderlyingStringCallback (DefaultEvaluationResult As DkmEvaluationResult) As String

Parameters

DefaultEvaluationResult
DkmEvaluationResult

[In] The evaluation result returned from the expression evaluator for this expression. The expression evaluator can only control evaluations it understands.

Returns

[Out,Optional] The underlying string value.

Applies to