GlobalTypeCollection::CopyTo Method (array<GlobalType^>^, 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::GlobalType^>^
The destination array.
- index
-
Type:
System::Int32
The index of the array at which to begin copying.
Show: