共用方式為


SPLimitedWebPartManager.GetProviderConnectionPoints method

取得 ProviderConnectionPoint 的集合。

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

Syntax

'宣告
Public Function GetProviderConnectionPoints ( _
    webPart As WebPart _
) As ProviderConnectionPointCollection
'用途
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim returnValue As ProviderConnectionPointCollection

returnValue = instance.GetProviderConnectionPoints(webPart)
public ProviderConnectionPointCollection GetProviderConnectionPoints(
    WebPart webPart
)

參數

傳回值

Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection

備註

ProviderConnectionPoint 是網頁組件用來提供 ConsumerConnectionPoint 資料的點。

請參閱

參照

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace