ErrorManager.Remove Method (IList<DataSchemaError>, Object)
Removes the specified DataSchemaError objects from the Error List window of Visual Studio.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Remove ( _
errorsToRemove As IList(Of DataSchemaError), _
category As Object _
)
public void Remove(
IList<DataSchemaError> errorsToRemove,
Object category
)
public:
void Remove(
IList<DataSchemaError^>^ errorsToRemove,
Object^ category
)
member Remove :
errorsToRemove:IList<DataSchemaError> *
category:Object -> unit
public function Remove(
errorsToRemove : IList<DataSchemaError>,
category : Object
)
Parameters
- errorsToRemove
Type: System.Collections.Generic.IList<DataSchemaError>
An IList<T> of DataSchemaError objects that represent the errors to remove.
- category
Type: System.Object
An Object that represents the document type or object type to categorize the error. The internal categories are represented as Guid strings.
.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.