Aracılığıyla paylaş


AstToXamlConverter.ICustomAstVisitor.VisitTryStatement Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitTryStatement(System::Management::Automation::Language::TryStatementAst ^ tryStatementAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitTryStatement;
object ICustomAstVisitor.VisitTryStatement (System.Management.Automation.Language.TryStatementAst tryStatementAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitTryStatement : System.Management.Automation.Language.TryStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitTryStatement : System.Management.Automation.Language.TryStatementAst -> obj
Function VisitTryStatement (tryStatementAst As TryStatementAst) As Object Implements ICustomAstVisitor.VisitTryStatement

Parameters

tryStatementAst
TryStatementAst

Returns

Implements

Applies to