HierarchyResultControl.RenderControl Method (HtmlTextWriter)
Renders the HierarchyResultControl control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub RenderControl ( _
writer As HtmlTextWriter _
)
'Usage
Dim instance As HierarchyResultControl
Dim writer As HtmlTextWriter
instance.RenderControl(writer)
public override void RenderControl(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterA HtmlTextWriter where the control is output.