This documentation is archived and is not being maintained.
ProviderConnectionPointCollection Constructor
Visual Studio 2010
Initializes a new instance of the ProviderConnectionPointCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ProviderConnectionPointCollection() | Initializes an empty new instance of the ProviderConnectionPointCollection class. |
|
ProviderConnectionPointCollection(ICollection) | Initializes a new instance of the ProviderConnectionPointCollection class using the specified collection of provider connection points. |
It is possible to create a new instance of the ProviderConnectionPointCollection class directly from your code, but because the class inherits from the ReadOnlyCollectionBase class, your new collection is read-only and you cannot add or remove members after you have created it.
Show: