del método RowCellTransformControl.Render
Reemplaza el método System.Web.UI.Control.Render para representar el control RowCellTransformControl .
Espacio de nombres: Microsoft.SharePoint.WebPartPages.Communication
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
'Uso
Dim output As HtmlTextWriter
Me.Render(output)
protected override void Render(
HtmlTextWriter output
)
Parámetros
output
Tipo: System.Web.UI.HtmlTextWriterLa representación HTML del control RowCellTransformControl .
Vea también
Referencia
Miembros RowCellTransformControl
Espacio de nombres Microsoft.SharePoint.WebPartPages.Communication