Freigeben über


CSharpSyntaxVisitor.VisitSwitchSection(SwitchSectionSyntax) Methode

Definition

Wird aufgerufen, wenn der Besucher einen SwitchSectionSyntax-Knoten besucht.

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

Parameter

Gilt für: