Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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.ObjectThe 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
- 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.