Edit

Share via


IDebugExpressionEvaluationCompleteEvent2::GetExpression

Gets the original expression.

Syntax

int GetExpression( 
   out IDebugExpression2 ppExpr
);

Parameters

ppExpr
[out] Returns an IDebugExpression2 object that represents the expression that was parsed.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

This method returns the object that was created in a call to the ParseText method.

See also