System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection Class

Represents a collection of interfaces for use in Web Parts connections.

See Also: ConnectionInterfaceCollection Members

Syntax

public sealed class ConnectionInterfaceCollection : ReadOnlyCollectionBase

Remarks

Communication between a provider and consumer requires a contract defined in an interface. This collection contains all the communication interfaces supported by the consumer. The ProviderConnectionPoint.GetSecondaryInterfaces(System.Web.UI.Control) method returns a System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection object.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0