ExprEvalContext Object [C++]

This object is created by the CreateEvalContext method of the ExpressionEval object. It is used to store a common context for evaluating multiple expressions. ExprEvalContext objects are stored in the context cache by the ExpressionEval object and deleted when the ExpressionEval object is destroyed.

Since the ExprEvalContext object is intended to be accessed solely through the ExpressionEval object, no documentation of the properties and methods of the ExprEvalContext object is provided.

Ee824465.caution(en-US,CS.20).gif Caution

  • Do not attempt to change any values internal to the ExprEvalContext object. Changing these values will corrupt the object and render it invalid. Use only the methods of the ExpressionEval object to create, access, and delete the ExprEvalContext object.

See Also

[C++]Targeting Objects

[C++]ExpressionEval Object

[Visual Basic]Targeting Objects

[Visual Basic]ExpressionEval Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.