Share via


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)

Syntax

'Declaration
Public Sub AddRange ( _
    items As GlobalType() _
)
public void AddRange(
    GlobalType[] items
)
public:
void AddRange(
    array<GlobalType^>^ items
)
member AddRange : 
        items:GlobalType[] -> unit
public function AddRange(
    items : GlobalType[]
)

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace