Condividi tramite


ParseResult.UnparsedTokens Proprietà

Definizione

Ottiene l'elenco di token utilizzati nella riga di comando ignorati dal 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)

Valore della proprietà

Commenti

Questo elenco conterrà tutti i token dopo la prima occorrenza di un -- token se EnableLegacyDoubleDashBehavior è impostato su true.

Si applica a