Compartir a través de


ParseResult.UnmatchedTokens Propiedad

Definición

Obtiene la lista de tokens usados en la línea de comandos que el analizador no coincide.

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)

Valor de propiedad

Se aplica a