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