GlobalObjectCollection::CopyTo Method (array<GlobalObject^>^, Int32)
Visual Studio 2015
Copies the contents of this collection to the given array starting at the given index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- array
-
Type:
array<Microsoft.VisualStudio.Shell.Design::GlobalObject^>^
A destination for copied objects.
- index
-
Type:
System::Int32
The position in the collection at which to begin copying.
Show: