GlobalObjectCollection::CopyTo Method (array<GlobalObject^>^, 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)

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

Parameters

array
Type: array<Microsoft.VisualStudio.Shell.Design::GlobalObject^>^

A destination for copied objects.

index
Type: System::Int32

The position in the collection at which to begin copying.

Return to top
Show: