Share via


AstToXamlConverter.ICustomAstVisitor.VisitForEachStatement Method

Definition

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

Parameters

forEachStatementAst
ForEachStatementAst

Returns

Implements

Applies to