AstToXamlConverter.ICustomAstVisitor.VisitForStatement 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.
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