ISharePointProjectLogger.RemoveMessages Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Removes messages from the Error List based on the subcategory of the messages.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Sub RemoveMessages ( _
    subcategoryId As Integer _
)
void RemoveMessages(
    int subcategoryId
)

Parameters

  • subcategoryId
    Type: System.Int32

    Subcategory identifier for which messages are to be removed.

.NET Framework Security

See Also

Reference

ISharePointProjectLogger Interface

Microsoft.VisualStudio.SharePoint Namespace