SPLimitedWebPartManager.GetProviderConnectionPoints Method
Gets a collection of ProviderConnectionPoint.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetProviderConnectionPoints ( _
webPart As WebPart _
) As ProviderConnectionPointCollection
'Usage
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim returnValue As ProviderConnectionPointCollection
returnValue = instance.GetProviderConnectionPoints(webPart)
public ProviderConnectionPointCollection GetProviderConnectionPoints(
WebPart webPart
)
Parameters
- webPart
Type: System.Web.UI.WebControls.WebParts.WebPart
Return Value
Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection
Remarks
ProviderConnectionPoint is a point where a Web Part provides data to a ConsumerConnectionPoint.