Clase TableOfContentsTaxonomyToolPart

Representa una elemento tabla de contenido herramienta que se utiliza para la navegación administrada basada en taxonomía.

Esta API no es conforme a CLS. 

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.EditorPart
            Microsoft.SharePoint.WebPartPages.EditorPartAdapter
              Microsoft.SharePoint.WebPartPages.ToolPart
                Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyToolPart
                  Microsoft.SharePoint.Publishing.WebControls.BaseTableOfContentsToolPart
                    Microsoft.SharePoint.Publishing.WebControls.TableOfContentsTaxonomyToolPart

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

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class TableOfContentsTaxonomyToolPart _
    Inherits BaseTableOfContentsToolPart
'Uso
Dim instance As TableOfContentsTaxonomyToolPart
[CLSCompliantAttribute(false)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class TableOfContentsTaxonomyToolPart : BaseTableOfContentsToolPart

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 TableOfContentsTaxonomyToolPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls