GlobalTypeCollection::AddRange Method (array<GlobalType^>^)

 

Adds a range of items to the collection.

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

public:
void AddRange(
	array<GlobalType^>^ items
)

Parameters

items
Type: array<Microsoft.VisualStudio.Shell.Design::GlobalType^>^

The objects to be added to the collection.

Return to top
Show: