ErrorManager.Remove Method (DataSchemaError, Object)

Removes the specified DataSchemaError object 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 ( _
    errorToRemove As DataSchemaError, _
    category As Object _
)
public void Remove(
    DataSchemaError errorToRemove,
    Object category
)
public:
void Remove(
    DataSchemaError^ errorToRemove, 
    Object^ category
)
member Remove : 
        errorToRemove:DataSchemaError * 
        category:Object -> unit 
public function Remove(
    errorToRemove : 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