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