ISharePointProjectLogger.RemoveMessages Method
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: Int32Subcategory identifier for which messages are to be removed.
.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.