DesignerVerbCollection::CopyTo Method (array<DesignerVerb^>^, Int32)
.NET Framework (current version)
Copies the collection members to the specified DesignerVerb array beginning at the specified destination index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.ComponentModel.Design::DesignerVerb^>^
The array to copy collection members to.
- index
-
Type:
System::Int32
The destination index to begin copying to.
The following code example demonstrates how to copy a collection of DesignerVerb objects to an array.
.NET Framework
Available since 1.1
Available since 1.1
Show: