SPWebPartConnection.ProviderConnectionPoint property
Obtém o objeto que serve como um ponto de conexão para um controle de Web Parts que atua como um provedor para uma conexão.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ProviderConnectionPoint As ProviderConnectionPoint
Get
'Uso
Dim instance As SPWebPartConnection
Dim value As ProviderConnectionPoint
value = instance.ProviderConnectionPoint
[BrowsableAttribute(false)]
public ProviderConnectionPoint ProviderConnectionPoint { get; }
Property value
Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPoint