ErrorsChangedEventArgs.ErrorsRemoved 属性

获取要从 Visual Studio 的**“错误列表”**窗口中删除的错误的列表。

命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.ICollection<DataSchemaError>
一个 ICollectionContract<C> 对象,其中包含要删除的 DataSchemaError 对象。

.NET Framework 安全性

请参见

参考

ErrorsChangedEventArgs 类

Microsoft.Data.Schema 命名空间

ICollectionContract<C>

DataSchemaError