GlobalObjectCollection.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(GlobalObject[]) |
Appends the objects in an array to the end of the collection. |
AddRange(GlobalObjectCollection) |
Appends the objects in an array to the end of the collection. |
AddRange(GlobalObject[])
Appends the objects in an array to the end of the collection.
public:
void AddRange(cli::array <Microsoft::VisualStudio::Shell::Design::GlobalObject ^> ^ items);
public void AddRange (Microsoft.VisualStudio.Shell.Design.GlobalObject[] items);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.GlobalObject[] -> unit
Public Sub AddRange (items As GlobalObject())
Parameters
- items
- GlobalObject[]
An array of objects to be appended to the collection.
Applies to
AddRange(GlobalObjectCollection)
Appends the objects in an array to the end of the collection.
public:
void AddRange(Microsoft::VisualStudio::Shell::Design::GlobalObjectCollection ^ items);
public void AddRange (Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection items);
member this.AddRange : Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection -> unit
Public Sub AddRange (items As GlobalObjectCollection)
Parameters
- items
- GlobalObjectCollection
A collection of objects to be appended to the collection.