SPLimitedWebPartManager.GetConsumerConnectionPoints method

Gets a collection of ConsumerConnectionPoint.

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

Syntax

'Declaration
Public Function GetConsumerConnectionPoints ( _
    webPart As WebPart _
) As ConsumerConnectionPointCollection
'Usage
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim returnValue As ConsumerConnectionPointCollection

returnValue = instance.GetConsumerConnectionPoints(webPart)
public ConsumerConnectionPointCollection GetConsumerConnectionPoints(
    WebPart webPart
)

Parameters

Return value

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

Remarks

ConsumerConnectionPoint is a point where a Web Part consumes data from a ProviderConnectionPoint.

See also

Reference

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace