ErrorsChangedEventArgs.ErrorsAdded Property

Gets a collection of errors added.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorsAdded As ICollection(Of DataSchemaError)
    Get
'Usage
Dim instance As ErrorsChangedEventArgs
Dim value As ICollection(Of DataSchemaError)

value = instance.ErrorsAdded
public ICollection<DataSchemaError> ErrorsAdded { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsAdded {
    ICollection<DataSchemaError^>^ get ();
}
function get ErrorsAdded () : ICollection<DataSchemaError>
member ErrorsAdded : ICollection<DataSchemaError>

Property Value

Type: System.Collections.Generic.ICollection<DataSchemaError>

.NET Framework Security

See Also

Reference

ErrorsChangedEventArgs Class

ErrorsChangedEventArgs Members

Microsoft.Data.Schema.Common Namespace