Freigeben über


MenuSeparatorTemplate-Klasse

Stellt ein Steuerelement, mit dem ein Trennzeichen in einem Dropdown-Menü erstellt.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.MenuSeparatorTemplate

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 MenuSeparatorTemplate _
    Inherits Control _
    Implements IPreRenderOverride
'Usage
Dim instance As MenuSeparatorTemplate
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class MenuSeparatorTemplate : Control, 
    IPreRenderOverride

Threadsicherheit

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

Siehe auch

Referenz

MenuSeparatorTemplate-Member

Microsoft.SharePoint.WebControls-Namespace