PredictionContext.InputTokens 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 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)