GlobalObjectCollection::ICollection::CopyTo Method (Array^, 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:
System::Array^
The destination for the copied items.
- index
-
Type:
System::Int32
The position in the array at which to begin copying.
Implements
ICollection::CopyTo(Array^, Int32)
Show: