Freigeben über


SolutionItemButton-Klasse

Stellt eine Basisklasse für alle Lösung Schaltfläche Klassen dar.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl
        Microsoft.SharePoint.WebControls.SPLinkButton
          Microsoft.SharePoint.WebControls.FormButton
            Microsoft.SharePoint.WebControls.SolutionItemButton
              Microsoft.SharePoint.WebControls.ActivateSolutionItemButton
              Microsoft.SharePoint.WebControls.DeactivateSolutionItemButton
              Microsoft.SharePoint.WebControls.UpgradeSolutionItemButton

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

Threadsicherheit

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

Siehe auch

Referenz

SolutionItemButton-Member

Microsoft.SharePoint.WebControls-Namespace