Share via


FeedbackContext.CommandLineTokens Property

Definition

Gets the tokens generated from parsing the last command line.

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

Property Value

Applies to