共用方式為


SPLimitedWebPartManager.SPWebPartConnections property

取得集合 SPWebPartConnection。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property SPWebPartConnections As SPWebPartConnectionCollection
    Get
'用途
Dim instance As SPLimitedWebPartManager
Dim value As SPWebPartConnectionCollection

value = instance.SPWebPartConnections
public SPWebPartConnectionCollection SPWebPartConnections { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection

備註

SPWebPartConnection 擷取網頁組件的連線資訊,例如提供者、 消費者、 提供者連接點,消費者連接點,以及轉換程式的資訊。

請參閱

參照

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace