ICompiledExpressionRoot.CanExecuteExpression Methode

Definitie

Geeft aan of de ICompiledExpressionRoot expressie kan worden uitgevoerd.

public:
 bool CanExecuteExpression(System::String ^ expressionText, bool isReference, System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locations, [Runtime::InteropServices::Out] int % expressionId);
public bool CanExecuteExpression(string expressionText, bool isReference, System.Collections.Generic.IList<System.Activities.LocationReference> locations, out int expressionId);
abstract member CanExecuteExpression : string * bool * System.Collections.Generic.IList<System.Activities.LocationReference> * int -> bool
Public Function CanExecuteExpression (expressionText As String, isReference As Boolean, locations As IList(Of LocationReference), ByRef expressionId As Integer) As Boolean

Parameters

expressionText
String

De gebruikte expressietekst.

isReference
Boolean

true indien referentie; anders, false.

locations
IList<LocationReference>

De verzameling locaties.

expressionId
Int32

De expressie-id.

Retouren

trueals de ICompiledExpressionRoot expressie kan worden uitgevoerd; anders. false

Van toepassing op