Compartilhar via


GlobalObjectCollection.AddRange Method (array<GlobalObject )

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

'Declaração
Public Sub AddRange ( _
    items As GlobalObject() _
)
public void AddRange(
    GlobalObject[] items
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace