GraphSetter::Evaluate Method (Object^)

 

Compiles the expression and returns its evaluator

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual Object^ Evaluate(
	Object^ context
)

Parameters

context
Type: System::Object^

The context object against which to evaluate the result.

Return Value

Type: System::Object^

The evaluator for this condition. Null if the condition cannot be compiled.

Return to top
Show: