GlobalObjectCollection::AddRange Method (GlobalObjectCollection^)

 

Appends the objects in an array to the end of the collection.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void AddRange(
	GlobalObjectCollection^ items
)

Parameters

items
Type: Microsoft.VisualStudio.Shell.Design::GlobalObjectCollection^

A collection of objects to be appended to the collection.

Return to top
Show: