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