SPWebPartConnectionCollection Class
A collection of SPWebPartConnectionobjects.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPWebPartConnectionCollection _
Inherits CollectionBase
Dim instance As SPWebPartConnectionCollection
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPWebPartConnectionCollection : CollectionBase
Remarks
SPWebPartConnectioncaptures Web Part connection information, such as provider, consumer, provider connection point, consumer connection point, and transformer information.
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.