VisualBasicSyntaxRewriter.VisitForStatement(ForStatementSyntax) 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.
public:
override Microsoft::CodeAnalysis::SyntaxNode ^ VisitForStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::ForStatementSyntax ^ node);
public override Microsoft.CodeAnalysis.SyntaxNode VisitForStatement(Microsoft.CodeAnalysis.VisualBasic.Syntax.ForStatementSyntax node);
override this.VisitForStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ForStatementSyntax -> Microsoft.CodeAnalysis.SyntaxNode
Public Overrides Function VisitForStatement (node As ForStatementSyntax) As SyntaxNode
Paramètres
- node
- ForStatementSyntax