XsltListViewWebPart.IWebPartTable.GetTableData method

Returns the data for the table that is being used by the interface as the basis of a connection between two WebPart controls.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Sub GetTableData ( _
    callback As TableCallback _
) Implements IWebPartTable.GetTableData
'Usage
Dim instance As XsltListViewWebPart
Dim callback As TableCallback

CType(instance, IWebPartTable).GetTableData(callback)
void IWebPartTable.GetTableData(
    TableCallback callback
)

Parameters

Implements

IWebPartTable.GetTableData(TableCallback)

Remarks

This delegate is an explicit interface member implementation. It can be used only when the XsltListViewWebPart instance is cast to an IWebPartTable interface.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace