IDebugExpressionEvaluationCompleteEvent2::GetExpression
Gets the original expression.
HRESULT GetExpression(
IDebugExpression2** ppExpr
);
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 IDebugExpressionContext2::ParseText method.