共用方式為


VisualBasicSyntaxVisitor.VisitStopOrEndStatement 方法

定義

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

參數

適用於