Clase WebPartAdder
Representa un control que proporciona la interfaz de usuario (UI) para permitir a los usuarios agregar elementos Web a una página.
Jerarquía de la herencia
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.WebPartPages.WebPartAdder
Espacio de nombres: Microsoft.SharePoint.WebPartPages
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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
Comentarios
La interfaz de usuario de esta clase está en el Cinta de opciones del servidor.
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.