Share via


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>

위치 참조입니다.

반환

식에 사용된 식 트리입니다.

적용 대상