IExpressionHasRawStringValue Property

If true, the expression has a corresponding "raw value". Visual Studio will show the magnifying glass icon near the expression value allowing the user to view the value.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool HasRawStringValue { get; }

Property Value

Boolean

See Also