This topic has not yet been rated - Rate this topic

IDebugExpressionEvaluationCompleteEvent2::GetExpression 

Gets the original expression.


int GetExpression( 
   out IDebugExpression2 ppExpr
);

Parameters

ppExpr

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

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

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.