SPLimitedWebPartManager.GetConsumerConnectionPoints - Méthode
Obtient une collection de ConsumerConnectionPoint.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetConsumerConnectionPoints ( _
webPart As WebPart _
) As ConsumerConnectionPointCollection
'Utilisation
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim returnValue As ConsumerConnectionPointCollection
returnValue = instance.GetConsumerConnectionPoints(webPart)
public ConsumerConnectionPointCollection GetConsumerConnectionPoints(
WebPart webPart
)
Paramètres
- webPart
Type : System.Web.UI.WebControls.WebParts.WebPart
Valeur renvoyée
Type : System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
Remarques
ConsumerConnectionPoint est un point où un composant WebPart utilise des données à partir d'un ProviderConnectionPoint.
Voir aussi
Référence
SPLimitedWebPartManager classe