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