EditorPartCollection Constructor (EditorPartCollection, ICollection)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Public Sub New ( existingEditorParts As EditorPartCollection, editorParts As ICollection )
Parameters
- existingEditorParts
-
Type:
System.Web.UI.WebControls.WebParts.EditorPartCollection
An ICollection of existing EditorPart controls in a zone.
- editorParts
-
Type:
System.Collections.ICollection
An ICollection of EditorPart controls not in a zone, but created programmatically.
.NET Framework
Available since 2.0
Available since 2.0
Show: