DkmVisualizedExpression.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).

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 ();
member this.GetUnderlyingString : unit -> string
Public Function GetUnderlyingString () As String

Returns

[Out,Optional] The underlying string value.

Applies to