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.

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:
© 2017 Microsoft