ProviderConnectionPointCollection Class
Assembly: System.Web (in system.web.dll)
A WebPart or server control acting as a provider in a Web Parts connection can have multiple provider connection points. One ProviderConnectionPoint object in a provider acts as the connection point for any given connection, serving as the primary interface instance to pass to one or more consumers.
The ProviderConnectionPointCollection class contains the collection of all the connection points associated with a provider control. Several classes in the Web Parts control set need to determine what connection points are available on a provider control, and when they do they typically call the GetProviderConnectionPoints method, which returns a ProviderConnectionPointCollection collection.
Note |
|---|
| This class inherits from the ReadOnlyCollectionBase class, making this collection a strongly typed, non-generic, read-only collection. You cannot add or remove members after an instance has been created. |
System.Collections.ReadOnlyCollectionBase
System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note