ExpressionVisitor.VisitLabel(LabelExpression) 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 LabelExpression.
protected public:
virtual System::Linq::Expressions::Expression ^ VisitLabel(System::Linq::Expressions::LabelExpression ^ node);
protected internal virtual System.Linq.Expressions.Expression VisitLabel (System.Linq.Expressions.LabelExpression node);
abstract member VisitLabel : System.Linq.Expressions.LabelExpression -> System.Linq.Expressions.Expression
override this.VisitLabel : System.Linq.Expressions.LabelExpression -> System.Linq.Expressions.Expression
Protected Friend Overridable Function VisitLabel (node As LabelExpression) As Expression
Paramètres
- node
- LabelExpression
Expression à visiter.
Retours
Expression modifiée, si celle-ci ou toute sous-expression a été modifiée ; sinon, retourne l'expression d'origine.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.