DesignerCollection Constructor (array<IDesignerHost^>^)

 

Initializes a new instance of the DesignerCollection class that contains the specified designers.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
DesignerCollection(
	array<IDesignerHost^>^ designers
)

Parameters

designers
Type: array<System.ComponentModel.Design::IDesignerHost^>^

An array of IDesignerHost objects to store.

Creates a new designer collection from an array of designers. The collection does not clone the array.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: