다음을 통해 공유


ParseResult.Errors 속성

정의

명령줄 입력을 구문 분석하는 동안 발견된 구문 분석 오류를 가져옵니다.

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)

속성 값

적용 대상