BindingGroup.ValidationErrors プロパティ
定義
ValidationError を無効にした BindingGroup オブジェクトのコレクションを取得します。Gets a collection of ValidationError objects that caused the BindingGroup to be invalid.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::ValidationError ^> ^ ValidationErrors { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::ValidationError ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.ValidationError> ValidationErrors { get; }
member this.ValidationErrors : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.ValidationError>
Public ReadOnly Property ValidationErrors As ReadOnlyCollection(Of ValidationError)
プロパティ値
ValidationError を無効にした BindingGroup オブジェクトのコレクション。A collection of ValidationError objects that caused BindingGroup to be invalid. エラーがない場合、値は null
です。The value is null
if there are no errors.