VisualBasicSyntaxVisitor.VisitPrintStatement(PrintStatementSyntax) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void VisitPrintStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::PrintStatementSyntax ^ node);
public virtual void VisitPrintStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.PrintStatementSyntax node);
abstract member VisitPrintStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PrintStatementSyntax -> unit
override this.VisitPrintStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PrintStatementSyntax -> unit
Public Overridable Sub VisitPrintStatement (node As PrintStatementSyntax)
Parameters
- node
- PrintStatementSyntax
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.