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

  • 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

See Also

Reference

ErrorManager Class

Remove Overload

Microsoft.Data.Schema Namespace

DataSchemaError