AstToXamlConverter.ICustomAstVisitor.VisitErrorStatement Method

Definition

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

Parameters

errorStatementAst
ErrorStatementAst

Returns

Implements

Applies to