ValidateContext.ValidationErrors 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
유효성 검사 중에 수집된 유효성 검사 오류의 사전을 가져오거나 설정합니다.
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())
속성 값
설명
키는 속성 이름 또는 경로이며 값은 오류 메시지의 배열입니다. 기본 구현에서 이 사전은 첫 번째 오류가 추가될 때 초기화됩니다.