Share via


ErrorsChangedEventArgs.ErrorsAdded Property

Gets the list of errors to be added to the Error List window of Visual Studio.

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

Syntax

'Declaration
Public ReadOnly Property ErrorsAdded As ICollection(Of DataSchemaError)
public ICollection<DataSchemaError> ErrorsAdded { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsAdded {
    ICollection<DataSchemaError^>^ get ();
}
member ErrorsAdded : ICollection<DataSchemaError>
function get ErrorsAdded () : ICollection<DataSchemaError>

Property Value

Type: System.Collections.Generic.ICollection<DataSchemaError>
An ICollectionContract<C> object that contains the DataSchemaError objects to be added.

.NET Framework Security

See Also

Reference

ErrorsChangedEventArgs Class

Microsoft.Data.Schema Namespace

ICollectionContract<C>

DataSchemaError