共用方式為


CSharpSyntaxVisitor.VisitSwitchSection(SwitchSectionSyntax) 方法

定義

當訪客造訪 SwitchSectionSyntax 節點時呼叫。

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)

參數

適用於