VisualBasicSyntaxVisitor.VisitAddRemoveHandlerStatement Method

Definition

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

Parameters

Applies to