GlobalTypeCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.