Compartir vía


ICompiledExpressionRoot.CanExecuteExpression Método

Definición

Indica si ICompiledExpressionRoot puede ejecutar la expresión.

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

Parámetros

expressionText
String

Texto de la expresión usado.

isReference
Boolean

true si es una referencia; si no, false.

locations
IList<LocationReference>

La colección de ubicaciones.

expressionId
Int32

Identificador de la expresión.

Devoluciones

true si ICompiledExpressionRoot puede ejecutar la expresión; si no, false.

Se aplica a