CSharpSyntaxVisitor.VisitLabeledStatement(LabeledStatementSyntax) 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.
Appelé lorsque le visiteur visite un nœud LabeledStatementSyntax.
public:
virtual void VisitLabeledStatement(Microsoft::CodeAnalysis::CSharp::Syntax::LabeledStatementSyntax ^ node);
public virtual void VisitLabeledStatement(Microsoft.CodeAnalysis.CSharp.Syntax.LabeledStatementSyntax node);
abstract member VisitLabeledStatement : Microsoft.CodeAnalysis.CSharp.Syntax.LabeledStatementSyntax -> unit
override this.VisitLabeledStatement : Microsoft.CodeAnalysis.CSharp.Syntax.LabeledStatementSyntax -> unit
Public Overridable Sub VisitLabeledStatement (node As LabeledStatementSyntax)