This documentation is archived and is not being maintained.
CatalogPartCollection Constructor
Visual Studio 2008
Initializes a new instance of the CatalogPartCollection 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 | |
|---|---|---|
|
CatalogPartCollection() | Initializes a new, empty instance of the CatalogPartCollection class. |
|
CatalogPartCollection(ICollection) | Initializes a new instance of the CatalogPartCollection class by passing in an ICollection collection of CatalogPart controls. |
|
CatalogPartCollection(CatalogPartCollection, ICollection) | Initializes a new instance of the CatalogPartCollection class by passing in an ICollection collection of the existing CatalogPart controls in a zone, and an additional collection of controls. |
The CatalogZoneBase zone that contains CatalogPart controls is typically the control that creates a CatalogPartCollection object, through the CreateCatalogParts method. However, you can also create your own CatalogPartCollection object for other programmatic purposes.
Show: