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