Share via


WebPartQuickAdd Class

This class and its members are reserved for internal use and are not intended to be used directly from your code.

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

<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class WebPartQuickAdd _
    Inherits WebControl _
    Implements IPostBackEventHandler, INamingContainer

Dim instance As WebPartQuickAdd
[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.

See Also

Reference

WebPartQuickAdd Members

Microsoft.SharePoint.WebPartPages Namespace