Compartir a través de


Clase TOCPart

Representa un control que se utiliza para mostrar una tabla de contenido del elemento Web.

Jerarquía de la herencia

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.SharePoint.WebPartPages.WebPart
              Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart
                Microsoft.SharePoint.WebPartPages.DataFormWebPart
                  Microsoft.SharePoint.Publishing.WebControls.CmsDataFormWebPart
                    Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart
                      Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart
                        Microsoft.SharePoint.Portal.WebControls.TOCPart
                          

Espacio de nombres:  Microsoft.SharePoint.Portal.WebControls
Ensamblado:  Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)

Sintaxis

'Declaración
Public NotInheritable Class TOCPart _
    Inherits TableOfContentsWebPart
'Uso
Dim instance As TOCPart
public sealed class TOCPart : TableOfContentsWebPart

Comentarios

Como práctica recomendada, el usuario puede crear elementos web mediante la clase BaseAreaWebPart en lugar de crear subclases de esta clase.

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros TOCPart

Espacio de nombres Microsoft.SharePoint.Portal.WebControls

Jerarquía de la herencia

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.SharePoint.WebPartPages.WebPart
              Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart
                Microsoft.SharePoint.WebPartPages.DataFormWebPart
                  Microsoft.SharePoint.Publishing.WebControls.CmsDataFormWebPart
                    Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyWebPart
                      Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart
                        Microsoft.SharePoint.Portal.WebControls.TOCPart