RelatedDocDataCollection::CopyTo Method (array<DocData^>^, Int32)

 

Copies the collection to an array of document data objects starting at the specified index.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

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

Parameters

array
Type: array<Microsoft.VisualStudio.Shell.Design.Serialization::DocData^>^

The target array.

index
Type: System::Int32

The index of the array at which to begin copying.

Return to top
Show: