ParseResult.UnparsedTokens Property

Definition

Gets the list of tokens used on the command line that were ignored by the parser.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ UnparsedTokens { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> UnparsedTokens { get; }
member this.UnparsedTokens : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property UnparsedTokens As IReadOnlyList(Of String)

Property Value

Remarks

This list will contain all of the tokens following the first occurrence of a -- token if EnableLegacyDoubleDashBehavior is set to true.

Applies to