Share via


DataViewWebPart.EnsureInterfaces Method

Overrides the WebPart.EnsureInterfaces method.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Sub EnsureInterfaces
'Usage
Dim instance As DataViewWebPart

instance.EnsureInterfaces()
public override void EnsureInterfaces()

Remarks

Typically, developers should use the GetXmlDataFromDataSource(String) method of the WebPartPagesWebService Web service to retrieve XML from a data retrieval service rather than invoke this method directly.

See Also

Reference

DataViewWebPart Class

DataViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace