QuickLinksMacroView.GenerateMenuButtonHtmlForItem メソッド (Microsoft.SharePoint.Portal.WebControls)
このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Protected Overrides Function GenerateMenuButtonHtmlForItem ( _
oneDataRow As DataRow, _
iRow As Integer, _
strHtmlInECB As String _
) As String
'使用
Dim oneDataRow As DataRow
Dim iRow As Integer
Dim strHtmlInECB As String
Dim returnValue As String
returnValue = Me.GenerateMenuButtonHtmlForItem(oneDataRow, iRow, strHtmlInECB)
protected override string GenerateMenuButtonHtmlForItem (
DataRow oneDataRow,
int iRow,
string strHtmlInECB
)
パラメータ
- oneDataRow
- iRow
- strHtmlInECB
関連項目
参照
QuickLinksMacroView クラス
QuickLinksMacroView メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間