GraphCondition.Evaluate Method
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.Object
Return Value
Type: System.Boolean
.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.