VisualBasicSyntaxVisitor<TResult>.VisitStopOrEndStatement Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
virtual TResult VisitStopOrEndStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::StopOrEndStatementSyntax ^ node);
public virtual TResult VisitStopOrEndStatement(Microsoft.CodeAnalysis.VisualBasic.Syntax.StopOrEndStatementSyntax node);
abstract member VisitStopOrEndStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.StopOrEndStatementSyntax -> 'Result
override this.VisitStopOrEndStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.StopOrEndStatementSyntax -> 'Result
Public Overridable Function VisitStopOrEndStatement (node As StopOrEndStatementSyntax) As TResult