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.

InstanceDataCollection::CopyTo Method (array<InstanceData^>^, Int32)

 

Copies the items in the collection to the specified one-dimensional array at the specified index.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

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

Parameters

instances
Type: array<System.Diagnostics::InstanceData^>^

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

index
Type: System::Int32

The zero-based index value at which to add the new instances.

The following code example uses the CopyTo method to convert an InstanceDataCollection into an array of InstanceData objects. The values of the InstanceName and Sample properties of each element of the array are passed to a function for further processing.

No code example is currently available or this language may not be supported.

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