Share via


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
Public Sub CopyTo ( _
    array As Window(), _
    index As Integer _
)
public void CopyTo(
    Window[] array,
    int index
)
public:
void CopyTo(
    array<Window^>^ array, 
    int index
)
member CopyTo : 
        array:Window[] * 
        index:int -> unit 
public function CopyTo(
    array : Window[], 
    index : int
)

Parameters

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

.NET Framework Security

See Also

Reference

WindowCollection Class

Microsoft.SPOT Namespace