DkmVisualizedExpression.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).
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
System::String ^ GetUnderlyingString();
public:
Platform::String ^ GetUnderlyingString();
std::wstring GetUnderlyingString();
public string GetUnderlyingString ();
public string? GetUnderlyingString ();
member this.GetUnderlyingString : unit -> string
Public Function GetUnderlyingString () As String
Returns
[Out,Optional] The underlying string value.