ParseResult.UnparsedTokens Propriedade

Definição

Obtém a lista de tokens usados na linha de comando que foram ignorados pelo analisador.

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)

Valor da propriedade

Comentários

Essa lista conterá todos os tokens após a primeira ocorrência de um -- token se EnableLegacyDoubleDashBehavior estiver definido truecomo .

Aplica-se a