SPLimitedWebPartManager.GetConsumerConnectionPoints-Methode

Ruft eine Auflistung von ConsumerConnectionPoint ab.

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
)

Parameter

Rückgabewert

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

Hinweise

ConsumerConnectionPoint ist ein Punkt, in dem ein Webpart Daten aus einer ProviderConnectionPoint nutzt.

Siehe auch

Referenz

SPLimitedWebPartManager Klasse

SPLimitedWebPartManager-Member

Microsoft.SharePoint.WebPartPages-Namespace