GraphCondition.Evaluate Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.ObjectThe context object with which to evaluate the condition
Return Value
Type: System.Boolean
Return the result of the conditional expression
.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.