AstToXamlConverter.ICustomAstVisitor.VisitCommandExpression Method

Definition

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

Parameters

commandExpressionAst
CommandExpressionAst

Returns

Implements

Applies to