SPWebPartConnectionCollection-Klasse

Eine Auflistung von SPWebPartConnection -Objekten.

Vererbungshierarchie

System.Object
  System.Collections.CollectionBase
    Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection

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

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

Hinweise

SPWebPartConnection werden die Verbindungsinformationen-Webpart, wie Anbieter, Consumer, Anbieterverbindungspunkt, Consumer-Verbindungspunkt und Transformator Informationen erfasst.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPWebPartConnectionCollection-Member

Microsoft.SharePoint.WebPartPages-Namespace