다음을 통해 공유


RatingCountFieldControl.RenderControl Method

Writes the value of the associated RatingCountField to the provided HtmlTextWriter object.

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

Syntax

'Declaration
Public Overrides Sub RenderControl ( _
    output As HtmlTextWriter _
)
'Usage
Dim instance As RatingCountFieldControl
Dim output As HtmlTextWriter

instance.RenderControl(output)
public override void RenderControl(
    HtmlTextWriter output
)

Parameters

Remarks

This method writes the value of the associated RatingCountField to the provided HtmlTextWriter object.

See Also

Reference

RatingCountFieldControl Class

RatingCountFieldControl Members

Microsoft.SharePoint.Portal.WebControls Namespace