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.

CategoryNameCollection::CopyTo Method (array<String^>^, Int32)

 

Copies the collection elements to the specified array at the specified index.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

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

Parameters

array
Type: array<System::String^>^

The array to copy to.

index
Type: System::Int32

The index of the destination array at which to begin copying.

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