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