SPLimitedWebPartManager.GetProviderConnectionPoints-Methode

Ruft eine Auflistung von ProviderConnectionPoint sein.

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
)

Parameter

Rückgabewert

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

Hinweise

ProviderConnectionPoint ist ein Punkt, in dem ein Webpart Daten für eine ConsumerConnectionPoint bereitstellt.

Siehe auch

Referenz

SPLimitedWebPartManager Klasse

SPLimitedWebPartManager-Member

Microsoft.SharePoint.WebPartPages-Namespace