GlobalTypeCollection::CopyTo Method (array<GlobalType^>^, 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<GlobalType^>^ array,
	int index
)

Parameters

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

The destination array.

index
Type: System::Int32

The index of the array at which to begin copying.

Return to top
Show: