Freigeben über


HtcMenuItem-Klasse

Dieser Typ unterstützt Windows SharePoint Services und ist nicht für die direkte Verwendung in Ihrem Code verwendet werden.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.HtcMenuItem
      Microsoft.SharePoint.WebControls.HtcMenuOption
      Microsoft.SharePoint.WebControls.HtcMenuSeparator
      Microsoft.SharePoint.WebControls.HtcSubMenu

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

HtcMenuItem-Member

Microsoft.SharePoint.WebControls-Namespace