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
)
參數
- webPart
Type: System.Web.UI.WebControls.WebParts.WebPart
傳回值
Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection
備註
ProviderConnectionPoint 是網頁組件用來提供 ConsumerConnectionPoint 資料的點。