SPWebPartConnection class
Fornece um objeto que permite que duas Web Parts formar uma conexão.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.WebPartPages.SPWebPartConnection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPWebPartConnection
'Uso
Dim instance As SPWebPartConnection
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPWebPartConnection
Comentários
O objeto SPWebPartConnection fornece as mesmas funcionalidades como classe de System.Web.UI.WebControls.WebParts.WebPartConnection , com a funcionalidade adicional de poder formar conexões entre páginas e no qual um ou mais as Web Parts são estáticos (não em uma zona de Web Parts).
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.