AstToXamlConverter.ICustomAstVisitor.VisitCommand(CommandAst) Method

Definition

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

Parameters

commandAst
CommandAst

Returns

Implements

Applies to