次の方法で共有


ICompiledExpressionRoot.GetExpressionTreeForExpression メソッド

定義

式に使用される式ツリーを取得します。

public:
 System::Linq::Expressions::Expression ^ GetExpressionTreeForExpression(int expressionId, System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locationReferences);
public System.Linq.Expressions.Expression GetExpressionTreeForExpression (int expressionId, System.Collections.Generic.IList<System.Activities.LocationReference> locationReferences);
abstract member GetExpressionTreeForExpression : int * System.Collections.Generic.IList<System.Activities.LocationReference> -> System.Linq.Expressions.Expression
Public Function GetExpressionTreeForExpression (expressionId As Integer, locationReferences As IList(Of LocationReference)) As Expression

パラメーター

expressionId
Int32

式識別子。

locationReferences
IList<LocationReference>

場所参照。

戻り値

式に使用される式ツリー。

適用対象