GlobalTypeCollection.AddRange Method

Definition

Overloads

AddRange(GlobalType[])

Adds a range of items to the collection.

AddRange(GlobalTypeCollection)

Adds a range of items to the collection.

AddRange(GlobalType[])

Adds a range of items to the collection.

public:
 void AddRange(cli::array <Microsoft::VisualStudio::Shell::Design::GlobalType ^> ^ items);
public void AddRange (Microsoft.VisualStudio.Shell.Design.GlobalType[] items);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.GlobalType[] -> unit
Public Sub AddRange (items As GlobalType())

Parameters

items
GlobalType[]

The objects to be added to the collection.

Applies to

AddRange(GlobalTypeCollection)

Adds a range of items to the collection.

public:
 void AddRange(Microsoft::VisualStudio::Shell::Design::GlobalTypeCollection ^ items);
public void AddRange (Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection items);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection -> unit
Public Sub AddRange (items As GlobalTypeCollection)

Parameters

items
GlobalTypeCollection

The objects to be added to the collection.

Applies to