ExpressionVisitor.VisitGoto(GotoExpression) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Visite les enfants de GotoExpression.
protected public:
virtual System::Linq::Expressions::Expression ^ VisitGoto(System::Linq::Expressions::GotoExpression ^ node);
protected internal virtual System.Linq.Expressions.Expression VisitGoto (System.Linq.Expressions.GotoExpression node);
abstract member VisitGoto : System.Linq.Expressions.GotoExpression -> System.Linq.Expressions.Expression
override this.VisitGoto : System.Linq.Expressions.GotoExpression -> System.Linq.Expressions.Expression
Protected Friend Overridable Function VisitGoto (node As GotoExpression) As Expression
Paramètres
- node
- GotoExpression
Expression à visiter.
Retours
Expression modifiée, si celle-ci ou toute sous-expression a été modifiée ; sinon, retourne l'expression d'origine.