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
- webPart
Type: System.Web.UI.WebControls.WebParts.WebPart
Return value
Type: System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
Remarks
ConsumerConnectionPoint is a point where a Web Part consumes data from a ProviderConnectionPoint.