ErrorManager.ClearCategory Method

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

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace