Partager via


PredictionContext.InputTokens Property

Definition

Gets the tokens generated from parsing the user input.

public System.Collections.Generic.IReadOnlyList<System.Management.Automation.Language.Token> InputTokens { get; }
member this.InputTokens : System.Collections.Generic.IReadOnlyList<System.Management.Automation.Language.Token>
Public ReadOnly Property InputTokens As IReadOnlyList(Of Token)

Property Value

Applies to