共用方式為


SPWebPartConnection.ProviderConnectionPoint property

取得做為 Web 組件控制項做為連接的提供者連接點的物件。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ProviderConnectionPoint As ProviderConnectionPoint
    Get
'用途
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

請參閱

參照

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace