Share via


ParseResult.UnparsedTokens Propriété

Définition

Obtient la liste des jetons utilisés sur la ligne de commande qui ont été ignorés par l’analyseur.

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)

Valeur de propriété

Remarques

Cette liste contient tous les jetons suivant la première occurrence d’un -- jeton si EnableLegacyDoubleDashBehavior est défini sur true.

S’applique à