WebPartGallerySourceBase constructor
Inicializa uma nova instância da classe WebPartGallerySourceBase com a página que hospeda o WebPartAdder.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Sub New ( _
page As Page _
)
'Uso
Dim page As Page
Dim instance As New WebPartGallerySourceBase(page)
protected WebPartGallerySourceBase(
Page page
)
Parâmetros
- page
Type: System.Web.UI.Page
Ver também
Referência
WebPartGallerySourceBase class