Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compiles the expression and returns its evaluator
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overridable Function Evaluate ( _
context As Object _
) As Object
public virtual Object Evaluate(
Object context
)
public:
virtual Object^ Evaluate(
Object^ context
)
abstract Evaluate :
context:Object -> Object
override Evaluate :
context:Object -> Object
public function Evaluate(
context : Object
) : Object
Parameters
context
Type: ObjectThe context object against which to evaluate the result.
Return Value
Type: Object
The evaluator for this condition. Null if the condition cannot be compiled.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.