Share via


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)

Syntax

'Declaration
Public Sub AddRange ( _
    items As GlobalObjectCollection _
)
public void AddRange(
    GlobalObjectCollection items
)
public:
void AddRange(
    GlobalObjectCollection^ items
)
member AddRange : 
        items:GlobalObjectCollection -> unit
public function AddRange(
    items : GlobalObjectCollection
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace