ErrorManager.Remove Method (IList<DataSchemaError>, Object)
Removes the list of DataSchemaError from the error manager and from the Error List window.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Remove ( _
errorsToRemove As IList(Of DataSchemaError), _
category As Object _
)
'Usage
Dim instance As ErrorManager
Dim errorsToRemove As IList(Of DataSchemaError)
Dim category As Object
instance.Remove(errorsToRemove, category)
public void Remove(
IList<DataSchemaError> errorsToRemove,
Object category
)
public:
void Remove(
IList<DataSchemaError^>^ errorsToRemove,
Object^ category
)
public function Remove(
errorsToRemove : IList<DataSchemaError>,
category : Object
)
member Remove :
errorsToRemove:IList<DataSchemaError> *
category:Object -> unit
Parameters
- errorsToRemove
Type: System.Collections.Generic.IList<DataSchemaError>
The list of errors
- category
Type: System.Object
The category
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.