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.

LinkTargetCollection::CopyTo Method (array<LinkTarget^>^, Int32)

 

Copies the items in the collection to the specified array beginning at the specified index.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Parameters

array
Type: array<System.Windows.Documents::LinkTarget^>^

The target array.

index
Type: System::Int32

The zero-based index of the array position where the first item is copied.

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