Partager via


ErrorsChangedEventArgs.ErrorsRemoved, propriété

Obtient la liste d'erreurs à supprimer de la fenêtre Liste d'erreurs de Visual Studio.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorsRemoved As ICollection(Of DataSchemaError)
    Get
public ICollection<DataSchemaError> ErrorsRemoved { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsRemoved {
    ICollection<DataSchemaError^>^ get ();
}
member ErrorsRemoved : ICollection<DataSchemaError>
function get ErrorsRemoved () : ICollection<DataSchemaError>

Valeur de propriété

Type : System.Collections.Generic.ICollection<DataSchemaError>
Objet ICollectionContract<C> qui contient les objets DataSchemaError à supprimer.

Sécurité .NET Framework

Voir aussi

Référence

ErrorsChangedEventArgs Classe

Microsoft.Data.Schema, espace de noms

ICollectionContract<C>

DataSchemaError