Partager via


ParseResult.Errors Propriété

Définition

Obtient les erreurs d’analyse détectées lors de l’analyse de l’entrée de ligne de commande.

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)

Valeur de propriété

S’applique à