初始化与指定的上下文信息的WebPartGalleryItemBase类的新实例。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub New ( _
source As WebPartGallerySource, _
page As Page _
)
用法
Dim source As WebPartGallerySource
Dim page As Page
Dim instance As New WebPartGalleryItemBase(source, _
page)
protected WebPartGalleryItemBase(
WebPartGallerySource source,
Page page
)
参数
source
类型:Microsoft.SharePoint.WebPartPages.WebPartGallerySource创建此项的源。
page
类型:System.Web.UI.Page承载WebPartAdder页。