del método BaseTableOfContentsToolPart.AddToOrganizationSection
Cuando se invalida en una clase derivada, inserta contenido adicional en la sección de organización del panel de herramientas elemento.
Espacio de nombres: Microsoft.SharePoint.Publishing.WebControls
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
Protected Overridable Sub AddToOrganizationSection ( _
table As Table _
)
'Uso
Dim table As Table
Me.AddToOrganizationSection(table)
protected virtual void AddToOrganizationSection(
Table table
)
Parámetros
table
Tipo: System.Web.UI.WebControls.TableLa tabla a la que se agrega el contenido.
Vea también
Referencia
clase BaseTableOfContentsToolPart
Miembros BaseTableOfContentsToolPart
Espacio de nombres Microsoft.SharePoint.Publishing.WebControls