Freigeben über


ErrorsChangedEventArgs.ErrorsRemoved-Eigenschaft

Ruft die Liste der Fehler ab, die aus dem Fenster Fehlerliste von Visual Studio entfernt werden sollen.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<DataSchemaError>
Ein ICollectionContract<C>-Objekt, das die DataSchemaError-Objekte enthält, die entfernt werden sollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ErrorsChangedEventArgs Klasse

Microsoft.Data.Schema-Namespace

ICollectionContract<C>

DataSchemaError