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.
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: ObjectThe context object with which to evaluate the condition
Return Value
Type: 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.