BrowserFormWebPart.IWebPartRow.GetRowData method

Returns the data for the row that is used by the interface as the basis of a connection between two [T:HYPERLINK"https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.aspx"System.Web.UI.WebControls.WebParts.WebPart] controls.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private Sub GetRowData ( _
    callback As RowCallback _
) Implements IWebPartRow.GetRowData
'Usage
Dim instance As BrowserFormWebPart
Dim callback As RowCallback

CType(instance, IWebPartRow).GetRowData(callback)
void IWebPartRow.GetRowData(
    RowCallback callback
)

Parameters

Implements

IWebPartRow.GetRowData(RowCallback)

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace