GraphSetter.Evaluate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compile the expression and return its evaluator
public:
virtual System::Object ^ Evaluate(System::Object ^ context);
public virtual object Evaluate (object context);
abstract member Evaluate : obj -> obj
override this.Evaluate : obj -> obj
Public Overridable Function Evaluate (context As Object) As Object
Parameters
- context
- Object
The context object against which to evaluate the result
Returns
The evaluator for this condition, null if the condition can't be compiled