Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the Error List window of Visual Studio all DataSchemaError objects from that share the provided document file name and category.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Remove ( _
document As String, _
category As Object _
)
public void Remove(
string document,
Object category
)
public:
void Remove(
String^ document,
Object^ category
)
member Remove :
document:string *
category:Object -> unit
public function Remove(
document : String,
category : Object
)
Parameters
- document
Type: System.String
The file name of the document where the error occurred. this is represented by the value of the Document property of the error.
- 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.