AstToXamlConverter.ICustomAstVisitor.VisitSwitchStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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