VisualBasicSyntaxVisitor.VisitSelectStatement(SelectStatementSyntax) Method

Definition

public:
 virtual void VisitSelectStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::SelectStatementSyntax ^ node);
public virtual void VisitSelectStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.SelectStatementSyntax node);
abstract member VisitSelectStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.SelectStatementSyntax -> unit
override this.VisitSelectStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.SelectStatementSyntax -> unit
Public Overridable Sub VisitSelectStatement (node As SelectStatementSyntax)

Parameters

Applies to