Share via


ICollection.CopyTo Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Copies Window objects from the collection to a specified array, starting at a specified index number in the window collection.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.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

  • index
    Type: System. . :: . .Int32
    The starting index number in the window collection where copying is to begin.

Implements

ICollection. . :: . .CopyTo(Array, Int32)

.NET Framework Security

See Also

Reference

WindowCollection Class

Microsoft.SPOT Namespace