Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
output
Type: System.Web.UI.HtmlTextWriterThe object that receives the control content.
Remarks
This method writes the value of the associated RatingCountField to the provided HtmlTextWriter object.