Partager via


ParseResult.UnmatchedTokens Propriété

Définition

Obtient la liste des jetons utilisés sur la ligne de commande qui n’ont pas été mis en correspondance par l’analyseur.

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

Valeur de propriété

S’applique à