次の方法で共有


Member_List.GenerateMenuButtonHtmlForItem メソッド (Microsoft.SharePoint.Portal.WebControls)

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

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

構文

'宣言
Protected Overrides Function GenerateMenuButtonHtmlForItem ( _
    row As DataRow, _
    iRow As Integer, _
    strHtmlInECB As String _
) As String
'使用
Dim row As DataRow
Dim iRow As Integer
Dim strHtmlInECB As String
Dim returnValue As String

returnValue = Me.GenerateMenuButtonHtmlForItem(row, iRow, strHtmlInECB)
protected override string GenerateMenuButtonHtmlForItem (
    DataRow row,
    int iRow,
    string strHtmlInECB
)

パラメータ

  • row
  • iRow
  • strHtmlInECB

関連項目

参照

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