ICompiledExpressionRoot.InvokeExpression Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
ICompiledExpressionRootMemanggil .
Overload
| InvokeExpression(Int32, IList<Location>) |
Memanggil ICompiledExpressionRoot menggunakan pengidentifikasi dan lokasi ekspresi yang ditentukan. |
| InvokeExpression(Int32, IList<LocationReference>, ActivityContext) |
ICompiledExpressionRoot Memanggil menggunakan pengidentifikasi ekspresi dan lokasi serta konteks aktivitas yang ditentukan. |
InvokeExpression(Int32, IList<Location>)
Memanggil ICompiledExpressionRoot menggunakan pengidentifikasi dan lokasi ekspresi yang ditentukan.
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
Parameter
- expressionId
- Int32
Pengidentifikasi ekspresi.
Mengembalikan
Ekspresi yang dipanggil.
Berlaku untuk
InvokeExpression(Int32, IList<LocationReference>, ActivityContext)
ICompiledExpressionRoot Memanggil menggunakan pengidentifikasi ekspresi dan lokasi serta konteks aktivitas yang ditentukan.
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
Parameter
- expressionId
- Int32
Pengidentifikasi ekspresi.
- locations
- IList<LocationReference>
Lokasinya.
- activityContext
- ActivityContext
Konteks aktivitas.
Mengembalikan
Ekspresi yang dipanggil.