AstToXamlConverter.ICustomAstVisitor.VisitCommand(CommandAst) 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.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