Freigeben über


GraphCondition.Evaluate-Methode

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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCondition Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace