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