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