AstVisitor.VisitCommandParameter(CommandParameterAst) Method

Definition

public:
 virtual System::Management::Automation::Language::AstVisitAction VisitCommandParameter(System::Management::Automation::Language::CommandParameterAst ^ commandParameterAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitCommandParameter (System.Management.Automation.Language.CommandParameterAst commandParameterAst);
abstract member VisitCommandParameter : System.Management.Automation.Language.CommandParameterAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitCommandParameter : System.Management.Automation.Language.CommandParameterAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitCommandParameter (commandParameterAst As CommandParameterAst) As AstVisitAction

Parameters

commandParameterAst
CommandParameterAst

Returns

Applies to