FeedbackContext.CommandLineAst Property
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.
Gets the abstract syntax tree (AST) generated from parsing the last command line.
public System.Management.Automation.Language.Ast CommandLineAst { get; }
member this.CommandLineAst : System.Management.Automation.Language.Ast
Public ReadOnly Property CommandLineAst As Ast