IDkmFramePseudoLocalResultProvider.GetUnderlyingString 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.
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);
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.