Share via


GraphSetter.Evaluate Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: 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.

.NET Framework Security

See Also

Reference

GraphSetter Class

Microsoft.VisualStudio.GraphModel.Styles Namespace