DesignerActionItemCollection::CopyTo Method (array<DesignerActionItem^>^, Int32)
.NET Framework (current version)
Copies the elements of the current collection into the supplied array, starting at the specified array index.
Assembly: System.Design (in System.Design.dll)
Parameters
- array
-
Type:
array<System.ComponentModel.Design::DesignerActionItem^>^
The one-dimensional DesignerActionItem array that is the destination of the elements copied from the current collection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in array at which copying begins.
.NET Framework
Available since 2.0
Available since 2.0
Show: