Share via


GlobalObjectCollection.ICollection.CopyTo Method

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)

Syntax

'Declaration
Private Sub CopyTo ( _
    array As Array, _
    index As Integer _
) Implements ICollection.CopyTo
void ICollection.CopyTo(
    Array array,
    int index
)
private:
virtual void CopyTo(
    Array^ array, 
    int index
) sealed = ICollection::CopyTo
private abstract CopyTo : 
        array:Array * 
        index:int -> unit  
private override CopyTo : 
        array:Array * 
        index:int -> unit
JScript does not support explicit interface implementations.

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.

Implements

ICollection.CopyTo(Array, Int32)

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

Microsoft.VisualStudio.Shell.Design Namespace