ProviderConnectionPointCollection.ProviderConnectionPointCollection(ICollection) Constructor
Assembly: System.Web (in system.web.dll)
public ProviderConnectionPointCollection ( ICollection connectionPoints )
public function ProviderConnectionPointCollection ( connectionPoints : ICollection )
Not applicable.
Parameters
- connectionPoints
An ICollection of ProviderConnectionPoint objects used to create the collection.
This constructor creates a new instance of the ProviderConnectionPointCollection class and adds the connection points contained in the connectionPoints parameter.
You can use this constructor to create your own collection object of provider connection points, by creating an ICollection collection of existing ProviderConnectionPoint objects, and then passing that collection to the ProviderConnectionPointCollection(ICollection) constructor. However, you rarely need to create your own collection unless you are extending controls, because the WebPartManager control provides the necessary methods for most common operations involving provider connection points, including the GetProviderConnectionPoints method.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.