Partager via


PredictionContext.RelatedAsts Property

Definition

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)

Property Value

Applies to