Share via


AstToXamlConverter.ICustomAstVisitor.VisitDoUntilStatement Method

Definition

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

Parameters

doUntilStatementAst
DoUntilStatementAst

Returns

Implements

Applies to