AstToXamlConverter.ICustomAstVisitor.VisitSwitchStatement Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitSwitchStatement(System::Management::Automation::Language::SwitchStatementAst ^ switchStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitSwitchStatement;
object ICustomAstVisitor.VisitSwitchStatement (System.Management.Automation.Language.SwitchStatementAst switchStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitSwitchStatement : System.Management.Automation.Language.SwitchStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitSwitchStatement : System.Management.Automation.Language.SwitchStatementAst -> obj
Function VisitSwitchStatement (switchStatementAst As SwitchStatementAst) As Object Implements ICustomAstVisitor.VisitSwitchStatement

Parameters

switchStatementAst
SwitchStatementAst

Returns

Implements

Applies to