Initializes a new instance of the DocumentCollection class that stores an array with a pointer to each IDesignerHost for each document in the collection.
[Visual Basic] Public Sub New( _ ByVal designers() As IDesignerHost _ ) [C#] public DocumentCollection( IDesignerHost[] designers ); [C++] public: DocumentCollection( IDesignerHost* designers[] ); [JScript] public function DocumentCollection( designers : IDesignerHost[] );
Creates a new document collection from an array of designers. The collection does not clone the array.
DocumentCollection Class | DocumentCollection Members | System.ComponentModel.Design Namespace