共用方式為


SPWebPartConnection class

提供可讓兩個 Web 組件,以形成連接的物件。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WebPartPages.SPWebPartConnection

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

Syntax

'宣告
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPWebPartConnection
'用途
Dim instance As SPWebPartConnection
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPWebPartConnection

備註

SPWebPartConnection物件提供完全相同功能為System.Web.UI.WebControls.WebParts.WebPartConnection 類別包含能夠形成跨網頁連線以及連線的一或多個 Web 組件是靜態的其他功能 (不在 Web 組件 」 區域)。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace