Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.