DataViewWebPart.EnsureInterfaces method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Sub EnsureInterfaces
'用途
Dim instance As DataViewWebPart
instance.EnsureInterfaces()
public override void EnsureInterfaces()
備註
一般來說,開發人員應該使用WebPartPagesWebService Web 服務的**GetXmlDataFromDataSource(String)**方法擷取 XML 資料擷取服務,而不是直接叫用這個方法。