AstToXamlConverter.ICustomAstVisitor.VisitNamedBlock(NamedBlockAst) Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitNamedBlock(System::Management::Automation::Language::NamedBlockAst ^ namedBlockAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitNamedBlock;
object ICustomAstVisitor.VisitNamedBlock (System.Management.Automation.Language.NamedBlockAst namedBlockAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitNamedBlock : System.Management.Automation.Language.NamedBlockAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitNamedBlock : System.Management.Automation.Language.NamedBlockAst -> obj
Function VisitNamedBlock (namedBlockAst As NamedBlockAst) As Object Implements ICustomAstVisitor.VisitNamedBlock

Parameters

namedBlockAst
NamedBlockAst

Returns

Implements

Applies to