AstToXamlConverter.ICustomAstVisitor.VisitCommandExpression 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.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