AstToXamlConverter.ICustomAstVisitor.VisitWhileStatement Method

Definition

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

Parameters

whileStatementAst
WhileStatementAst

Returns

Implements

Applies to