Condividi tramite


ICompiledExpressionRoot.InvokeExpression Metodo

Definizione

Richiama l'oggetto ICompiledExpressionRoot.

Overload

InvokeExpression(Int32, IList<Location>)

Richiama ICompiledExpressionRoot utilizzando l'identificatore dell'espressione e i percorsi specificati.

InvokeExpression(Int32, IList<LocationReference>, ActivityContext)

Richiama ICompiledExpressionRoot utilizzando l'identificatore dell'espressione, i percorsi e il contesto dell'attività specificati.

InvokeExpression(Int32, IList<Location>)

Richiama ICompiledExpressionRoot utilizzando l'identificatore dell'espressione e i percorsi specificati.

public:
 System::Object ^ InvokeExpression(int expressionId, System::Collections::Generic::IList<System::Activities::Location ^> ^ locations);
public object InvokeExpression (int expressionId, System.Collections.Generic.IList<System.Activities.Location> locations);
abstract member InvokeExpression : int * System.Collections.Generic.IList<System.Activities.Location> -> obj
Public Function InvokeExpression (expressionId As Integer, locations As IList(Of Location)) As Object

Parametri

expressionId
Int32

Identificatore dell'espressione.

locations
IList<Location>

Percorsi utilizzati.

Restituisce

Espressione richiamata.

Si applica a

InvokeExpression(Int32, IList<LocationReference>, ActivityContext)

Richiama ICompiledExpressionRoot utilizzando l'identificatore dell'espressione, i percorsi e il contesto dell'attività specificati.

public:
 System::Object ^ InvokeExpression(int expressionId, System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locations, System::Activities::ActivityContext ^ activityContext);
public object InvokeExpression (int expressionId, System.Collections.Generic.IList<System.Activities.LocationReference> locations, System.Activities.ActivityContext activityContext);
abstract member InvokeExpression : int * System.Collections.Generic.IList<System.Activities.LocationReference> * System.Activities.ActivityContext -> obj
Public Function InvokeExpression (expressionId As Integer, locations As IList(Of LocationReference), activityContext As ActivityContext) As Object

Parametri

expressionId
Int32

Identificatore dell'espressione.

locations
IList<LocationReference>

Percorsi.

activityContext
ActivityContext

Contesto dell'attività.

Restituisce

Espressione richiamata.

Si applica a