DefaultCustomAstVisitor.VisitStatementBlock(StatementBlockAst) 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::Object ^ VisitStatementBlock(System::Management::Automation::Language::StatementBlockAst ^ statementBlockAst);
public virtual object VisitStatementBlock (System.Management.Automation.Language.StatementBlockAst statementBlockAst);
abstract member VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> obj
override this.VisitStatementBlock : System.Management.Automation.Language.StatementBlockAst -> obj
Public Overridable Function VisitStatementBlock (statementBlockAst As StatementBlockAst) As Object
Parameters
- statementBlockAst
- StatementBlockAst