Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConsumerConnectionPointCollection Constructor (ICollection^)

 

Initializes a new instance of the ConsumerConnectionPointCollection class using the specified collection of connection points.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
ConsumerConnectionPointCollection(
	ICollection^ connectionPoints
)

Parameters

connectionPoints
Type: System.Collections::ICollection^

A collection of consumer connection points.

Exception Condition
ArgumentNullException

connectionPoints is null.

ArgumentException

The collection contains an invalid connection point.

- or -

The collection contains an item with a duplicate ID.

This constructor creates a new instance of the ConsumerConnectionPointCollection class and adds the connection points contained in the connectionPoints parameter.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft