GlobalObjectCollection::ICollection::CopyTo Method (Array^, Int32)

 

Copies the contents of this collection to the given array starting at the given index.

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

private:
virtual void CopyTo(
	Array^ array,
	int index
) sealed = ICollection::CopyTo

Parameters

array
Type: System::Array^

The destination for the copied items.

index
Type: System::Int32

The position in the array at which to begin copying.

Return to top
Show: