ExpressionVisitor.VisitInvocation(InvocationExpression) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visits the children of the InvocationExpression.
protected public:
 virtual System::Linq::Expressions::Expression ^ VisitInvocation(System::Linq::Expressions::InvocationExpression ^ node);
	protected internal virtual System.Linq.Expressions.Expression VisitInvocation(System.Linq.Expressions.InvocationExpression node);
	abstract member VisitInvocation : System.Linq.Expressions.InvocationExpression -> System.Linq.Expressions.Expression
override this.VisitInvocation : System.Linq.Expressions.InvocationExpression -> System.Linq.Expressions.Expression
	Protected Friend Overridable Function VisitInvocation (node As InvocationExpression) As Expression
	Parameters
- node
 - InvocationExpression
 
The expression to visit.
Returns
The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.