SPWebPartConnection 类

提供允许两个 Web 部件以形成连接一个对象。

继承层次结构

System.Object
  Microsoft.SharePoint.WebPartPages.SPWebPartConnection

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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 部件区域)。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPWebPartConnection 成员

Microsoft.SharePoint.WebPartPages 命名空间