次の方法で共有


SPAddReportPage.AddWebPart メソッド (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Protected Function AddWebPart ( _
    dwpFileName As String, _
    currentSite As SPSite, _
    currentWPManager As SPLimitedWebPartManager, _
    zoneID As String _
) As WebPart
'使用
Dim dwpFileName As String
Dim currentSite As SPSite
Dim currentWPManager As SPLimitedWebPartManager
Dim zoneID As String
Dim returnValue As WebPart

returnValue = Me.AddWebPart(dwpFileName, currentSite, currentWPManager, zoneID)
protected WebPart AddWebPart (
    string dwpFileName,
    SPSite currentSite,
    SPLimitedWebPartManager currentWPManager,
    string zoneID
)

パラメータ

  • dwpFileName
  • currentSite
  • currentWPManager
  • zoneID

関連項目

参照

SPAddReportPage クラス
SPAddReportPage メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間