DataSourceDescriptorCollection::CopyTo Method (array<DataSourceDescriptor^>^, Int32)
.NET Framework (current version)
Copies the DataSourceDescriptorCollection values to a one-dimensional Array at the specified index.
Assembly: System.Design (in System.Design.dll)
Parameters
- array
-
Type:
array<System.ComponentModel.Design.Data::DataSourceDescriptor^>^
The one-dimensional Array that is the destination of the values copied from the DataSourceDescriptorCollection.
- index
-
Type:
System::Int32
The index in the array where copying begins.
.NET Framework
Available since 2.0
Available since 2.0
Show: