Partager via


ErrorEventArgs.Errors, propriété

Collection d'erreurs qui sont associées à l'événement.

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

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.ICollection<DataSchemaError>
Objet ICollection<T> qui contient les objets DataSchemaError.

Exemples

ICollection<T>

DataSchemaError

Sécurité .NET Framework

Voir aussi

Référence

ErrorEventArgs Classe

Microsoft.Data.Schema, espace de noms