다음을 통해 공유


ValidateContext.ValidationErrors 속성

정의

유효성 검사 중에 수집된 유효성 검사 오류의 사전을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, cli::array <System::String ^> ^> ^ ValidationErrors { System::Collections::Generic::Dictionary<System::String ^, cli::array <System::String ^> ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, cli::array <System::String ^> ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string[]>? ValidationErrors { get; set; }
member this.ValidationErrors : System.Collections.Generic.Dictionary<string, string[]> with get, set
Public Property ValidationErrors As Dictionary(Of String, String())

속성 값

설명

키는 속성 이름 또는 경로이며 값은 오류 메시지의 배열입니다. 기본 구현에서 이 사전은 첫 번째 오류가 추가될 때 초기화됩니다.

적용 대상