BindingGroup.ValidationErrors Özellik

Tanım

geçersiz olmasına neden ValidationError olan bir nesne koleksiyonu BindingGroup alır.

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)

Özellik Değeri

Geçersiz olmasına neden ValidationError olan nesne koleksiyonuBindingGroup. Değer, hata yoksa olur null .

Şunlara uygulanır