Compartir a través de


ParseResult.Errors Propiedad

Definición

Obtiene los errores de análisis encontrados al analizar la entrada de la línea de comandos.

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

Valor de propiedad

Se aplica a