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