SPLimitedWebPartManager.GetConsumerConnectionPoints method
Obtém uma coleção de ConsumerConnectionPoint.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetConsumerConnectionPoints ( _
webPart As WebPart _
) As ConsumerConnectionPointCollection
'Uso
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim returnValue As ConsumerConnectionPointCollection
returnValue = instance.GetConsumerConnectionPoints(webPart)
public ConsumerConnectionPointCollection GetConsumerConnectionPoints(
WebPart webPart
)
Parâmetros
- webPart
Type: System.Web.UI.WebControls.WebParts.WebPart
Valor retornado
Type: System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
Comentários
ConsumerConnectionPoint é um ponto em que uma Web Part consome dados de um ProviderConnectionPoint.