AstToXamlConverter.ICustomAstVisitor.VisitNamedBlock(NamedBlockAst) 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.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