GraphCategoryCollection::CopyTo Method (array<GraphCategory^>^, Int32)
Visual Studio 2015
Copies the elements of the collection to a System.Array, starting at a particular System.Array index
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- array
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphCategory^>^
The one-dimensional System.Array that is the destination of the elements copied from the collection. The System.Array must have zero-based indexing.
- arrayIndex
-
Type:
System::Int32
The zero-based index in array at which copying starts.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show: