Partilhar via


AverageRatingFieldControl.RenderControl Method

Outputs the value of the associated AverageRatingField 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 AverageRatingFieldControl
Dim output As HtmlTextWriter

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

Parameters

Remarks

This override outputs the value of the associated AverageRatingField. If the average rating value is invalid, a "Rating Not Supported" message will be displayed.

See Also

Reference

AverageRatingFieldControl Class

AverageRatingFieldControl Members

Microsoft.SharePoint.Portal.WebControls Namespace