Share via


GraphCondition.Evaluate Method

Evaluate the condition in the given context.

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

Syntax

'Declaration
Public Overridable Function Evaluate ( _
    context As Object _
) As Boolean
public virtual bool Evaluate(
    Object context
)
public:
virtual bool Evaluate(
    Object^ context
)
abstract Evaluate : 
        context:Object -> bool  
override Evaluate : 
        context:Object -> bool
public function Evaluate(
    context : Object
) : boolean

Parameters

  • context
    Type: Object

    The context object with which to evaluate the condition

Return Value

Type: Boolean
Return the result of the conditional expression

.NET Framework Security

See Also

Reference

GraphCondition Class

Microsoft.VisualStudio.GraphModel.Styles Namespace