AstVisitor.VisitDoUntilStatement(DoUntilStatementAst) 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.
public:
 virtual System::Management::Automation::Language::AstVisitAction VisitDoUntilStatement(System::Management::Automation::Language::DoUntilStatementAst ^ doUntilStatementAst);
	public virtual System.Management.Automation.Language.AstVisitAction VisitDoUntilStatement(System.Management.Automation.Language.DoUntilStatementAst doUntilStatementAst);
	abstract member VisitDoUntilStatement : System.Management.Automation.Language.DoUntilStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitDoUntilStatement : System.Management.Automation.Language.DoUntilStatementAst -> System.Management.Automation.Language.AstVisitAction
	Public Overridable Function VisitDoUntilStatement (doUntilStatementAst As DoUntilStatementAst) As AstVisitAction
	Parameters
- doUntilStatementAst
 - DoUntilStatementAst