IDkmLanguageExpressionEvaluator.GetUnderlyingString 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 ^ GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ result);
public string GetUnderlyingString (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult result);
abstract member GetUnderlyingString : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult -> string
Public Function GetUnderlyingString (result As DkmEvaluationResult) As String

Parameters

result
DkmEvaluationResult

[In] The formatted result of an evaluation, ready to be displayed in an expression evaluation window.

Returns

[Out,Optional] The underlying string value.

Applies to