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 all errors that have the provided category 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 ClearCategory ( _
category As Object _
)
public void ClearCategory(
Object category
)
public:
void ClearCategory(
Object^ category
)
member ClearCategory :
category:Object -> unit
public function ClearCategory(
category : Object
)
Parameters
- category
Type: System.Object
An Object that represents the document type or object type for 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.