Freigeben über


FeatureLinkSections-Klasse

Stellt ein Steuerelement, basierte auf den aktivierten Features für den aktuellen Kontext Verknüpfungen generiert. Abschnitte und Links werden im Feature-Manifests definiert.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Table
        Microsoft.SharePoint.WebControls.FeatureLinkSections
          Microsoft.SharePoint.WebControls.AdminControlPanel

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class FeatureLinkSections _
    Inherits Table
'Usage
Dim instance As FeatureLinkSections
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class FeatureLinkSections : Table

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

FeatureLinkSections-Member

Microsoft.SharePoint.WebControls-Namespace