共用方式為


AstToXamlConverter.ICustomAstVisitor.VisitTrap(TrapStatementAst) Method

Definition

 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

Returns

Implements

Applies to