IExpressionGetRawStringValue Method

Returns the long string value displayed when the user clicks at the magnifying glass icon on the expression.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
string GetRawStringValue(
	ExpressionValue cachedValue
)

Parameters

cachedValue  ExpressionValue
Previously retrieved normal expression value. If not specified, the VisualGDB implementation of the IExpression interface will re-evaluate the expression each time GetRawStringValue() is called.

Return Value

String

[Missing <returns> documentation for "M:VisualGDBExpressions.IExpression.GetRawStringValue(VisualGDBExpressions.ExpressionValue)"]

See Also