SPWebPartManager.SPWebPartConnections 属性

获取SPWebPartConnection对象的集合。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property SPWebPartConnections As SPWebPartConnectionCollection
    Get
用法
Dim instance As SPWebPartManager
Dim value As SPWebPartConnectionCollection

value = instance.SPWebPartConnections
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SPWebPartConnectionCollection SPWebPartConnections { get; }

属性值

类型:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection
表示在页上的 Web 部件连接的所有对象的集合。

备注

SPWebPartConnection对象捕获 Web 部件连接信息,例如提供程序、 使用者、 提供程序连接点、 使用者连接点和转换器的信息。

另请参阅

引用

SPWebPartManager 类

SPWebPartManager 成员

Microsoft.SharePoint.WebPartPages 命名空间