Compartir a través de


ParseResult.Tokens Propiedad

Definición

Obtiene los tokens identificados durante el análisis de la entrada de la línea de comandos.

public:
 property System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::Token> ^ Tokens { System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::Token> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.Token> Tokens { get; }
member this.Tokens : System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.Token>
Public ReadOnly Property Tokens As IReadOnlyList(Of Token)

Valor de propiedad

Se aplica a