获取与DataFormWebPart连接的使用者控件IWebPartRow的实例。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetProviderInterface As IWebPartRow
用法
Dim instance As DataFormWebPart
Dim returnValue As IWebPartRow
returnValue = instance.GetProviderInterface()
public IWebPartRow GetProviderInterface()
返回值
类型:System.Web.UI.WebControls.WebParts.IWebPartRow
提供程序接口的连接使用者控件
备注
此方法返回当前的DataFormWebPart对象作为IWebPartRow的实例,并增加_rowProviderConnectedCount。