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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.