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.