Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSourceGroupCollection::CopyTo Method (array<DataSourceGroup^>^, Int32)

 

Copies the DataSourceGroupCollection values to a one-dimensional Array at the specified index.

Namespace:   System.ComponentModel.Design.Data
Assembly:  System.Design (in System.Design.dll)

public:
void CopyTo(
	array<DataSourceGroup^>^ array,
	int index
)

Parameters

array
Type: array<System.ComponentModel.Design.Data::DataSourceGroup^>^

The one-dimensional Array that is the destination of the values copied from the DataSourceGroupCollection.

index
Type: System::Int32

The index in the array where copying begins.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft