SocialCommentWebPart.RenderWebPart method

Renders the HTML for the body of the SocialCommentWebPart to the client.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub RenderWebPart ( _
    htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter

Me.RenderWebPart(htw)
protected override void RenderWebPart(
    HtmlTextWriter htw
)

Parameters

Remarks

This override renders SocialComment objects to the client by using the SocialCommentControl.

See also

Reference

SocialCommentWebPart class

SocialCommentWebPart members

Microsoft.SharePoint.Portal.WebControls namespace