GlobalTypeCollection.AddRange Method ([])

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

'宣言
Public Sub AddRange ( _
    items As GlobalType() _
)
'使用
Dim instance As GlobalTypeCollection
Dim items As GlobalType()

instance.AddRange(items)
public void AddRange(
    GlobalType[] items
)
public:
void AddRange(
    array<GlobalType^>^ items
)
public function AddRange(
    items : GlobalType[]
)

Parameters

  • items
    Type: []

    The objects to be added to the collection.

Permissions

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace