ValidationErrorContext.Errors プロパティ

定義

検証エラーに関連付けられているエラー メッセージの一覧を取得します。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Errors { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string> Errors { get; init; }
member this.Errors : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Errors As IReadOnlyList(Of String)

プロパティ値

適用対象