SPLimitedWebPartManager.GetProviderConnectionPoints method

Gets a collection of ProviderConnectionPoint.

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

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

Return value

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

Remarks

ProviderConnectionPoint is a point where a Web Part provides data to a ConsumerConnectionPoint.

See also

Reference

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace