SPWebPartConnectionCollection Class
A collection of SPWebPartConnection objects.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPWebPartConnectionCollection _
Inherits CollectionBase
'Usage
Dim instance As SPWebPartConnectionCollection
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPWebPartConnectionCollection : CollectionBase
Remarks
SPWebPartConnection captures 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.