Share via


WebPartAdder class

Representa um controle que fornece a interface de usuário (UI) para permitir que usuários adicionem Web Parts em uma página.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebPartPages.WebPartAdder

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

Syntax

'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartAdder _
    Inherits WebControl _
    Implements ICallbackEventHandler, IPostBackEventHandler
'Uso
Dim instance As WebPartAdder
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartAdder : WebControl, 
    ICallbackEventHandler, IPostBackEventHandler

Comentários

A interface do usuário para essa classe é o Server ribbon.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

WebPartAdder members

Microsoft.SharePoint.WebPartPages namespace