'Declaration<ElementsNotNullAttribute()> <NotNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> Public ReadOnly Property BindingExceptions As Collection(Of BindingException)
'UsageDim instance As BindingErrorsEventArgs Dim value As Collection(Of BindingException) value = instance.BindingExceptions
[ElementsNotNull()] [NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public Collection<BindingException> BindingExceptions {get;}
[ElementsNotNull()] [NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public: property Collection<BindingException^>^ BindingExceptions { Collection<BindingException^>^ get(); }