AstToXamlConverter.ICustomAstVisitor.VisitErrorStatement 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.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