GhostShapeCollection::CopyTo Method (Array^, Int32)

 

Copies the GhostShapes to an Array, starting at a particular Array index.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

The one-dimensional Array that is the destination of the GhostShapes copied from the collection. The Array must have zero-based indexing.

index
Type: System::Int32

The zero-based index in array at which copying begins.

Return to top
Show: