Freigeben über


DeactivateSolutionItemButton-Klasse

Eine Schaltfläche verwendet, um eine Sandkastenlösungzu deaktivieren.

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.DeactivateSolutionItemButton

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

Threadsicherheit

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

Siehe auch

Referenz

DeactivateSolutionItemButton-Member

Microsoft.SharePoint.WebControls-Namespace