This documentation is archived and is not being maintained.
EditorPartCollection Constructor
Visual Studio 2010
Initializes a new instance of the EditorPartCollection 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 | |
|---|---|---|
|
EditorPartCollection() | Initializes an empty new instance of the EditorPartCollection class. |
|
EditorPartCollection(ICollection) | Initializes a new instance of the EditorPartCollection class by passing in an ICollection collection of EditorPart controls. |
|
EditorPartCollection(EditorPartCollection, ICollection) | Initializes a new instance of the EditorPartCollection class by passing in an EditorPartCollection collection of EditorPart controls, and an ICollection collection of additional EditorPart controls. |
Show: