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
- errorToRemove
Type: Microsoft.Data.Schema.DataSchemaError
A DataSchemaError object 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.