Partager via


ErrorsChangedEventArgs.ErrorsAdded, propriété

Obtient la liste d'erreurs à ajouter à 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 ErrorsAdded As ICollection(Of DataSchemaError)
    Get
public ICollection<DataSchemaError> ErrorsAdded { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsAdded {
    ICollection<DataSchemaError^>^ get ();
}
member ErrorsAdded : ICollection<DataSchemaError>
function get ErrorsAdded () : ICollection<DataSchemaError>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ErrorsChangedEventArgs Classe

Microsoft.Data.Schema, espace de noms

ICollectionContract<C>

DataSchemaError