Share via


AstToXamlConverter.ICustomAstVisitor.VisitBlockStatement Method

Definition

 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

Returns

Implements

Applies to