AstVisitor.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.
public:
virtual System::Management::Automation::Language::AstVisitAction VisitCommand(System::Management::Automation::Language::CommandAst ^ commandAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitCommand (System.Management.Automation.Language.CommandAst commandAst);
abstract member VisitCommand : System.Management.Automation.Language.CommandAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitCommand : System.Management.Automation.Language.CommandAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitCommand (commandAst As CommandAst) As AstVisitAction
Parameters
- commandAst
- CommandAst