ErrorsChangedEventArgs.ErrorsRemoved Property

Gets the list of errors to be removed from 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 ErrorsRemoved As ICollection(Of DataSchemaError)
public ICollection<DataSchemaError> ErrorsRemoved { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsRemoved {
    ICollection<DataSchemaError^>^ get ();
}
member ErrorsRemoved : ICollection<DataSchemaError>
function get ErrorsRemoved () : ICollection<DataSchemaError>

Property Value

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

.NET Framework Security

See Also

Reference

ErrorsChangedEventArgs Class

Microsoft.Data.Schema Namespace

ICollectionContract<C>

DataSchemaError