共用方式為


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