Share via


AstToXamlConverter.ICustomAstVisitor.VisitForStatement Method

Definition

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

Parameters

forStatementAst
ForStatementAst

Returns

Implements

Applies to