WebPartQuickAdd class
NOTE: This API is now obsolete.
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado diretamente em seu código.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.WebPartPages.WebPartQuickAdd
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class WebPartQuickAdd _
Inherits WebControl _
Implements IPostBackEventHandler, INamingContainer
'Uso
Dim instance As WebPartQuickAdd
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class WebPartQuickAdd : WebControl,
IPostBackEventHandler, INamingContainer
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.