EditorPartCollection Constructor (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.

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

public:
EditorPartCollection(
	EditorPartCollection^ existingEditorParts,
	ICollection^ editorParts
)

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
Return to top
Show: