AstToXamlConverter.ICustomAstVisitor.VisitExitStatement 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.VisitExitStatement(System::Management::Automation::Language::ExitStatementAst ^ exitStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitExitStatement;
object ICustomAstVisitor.VisitExitStatement (System.Management.Automation.Language.ExitStatementAst exitStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitExitStatement : System.Management.Automation.Language.ExitStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitExitStatement : System.Management.Automation.Language.ExitStatementAst -> obj
Function VisitExitStatement (exitStatementAst As ExitStatementAst) As Object Implements ICustomAstVisitor.VisitExitStatement
Parameters
- exitStatementAst
- ExitStatementAst