PredictionContext.RelatedAsts 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 all ASTs that are related to the cursor position, which is assumed always at the end of the input line.
public System.Collections.Generic.IReadOnlyList<System.Management.Automation.Language.Ast> RelatedAsts { get; }
member this.RelatedAsts : System.Collections.Generic.IReadOnlyList<System.Management.Automation.Language.Ast>
Public ReadOnly Property RelatedAsts As IReadOnlyList(Of Ast)