Share via


CopyTo Method (UIElement[], Int32)

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

Copies the UIElement objects from the current collection to an array of UIElement objects, starting at a specified index number (position) in the collection.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Overridable Sub CopyTo ( _
    array As UIElement(), _
    index As Integer _
)
public virtual void CopyTo(
    UIElement[] array,
    int index
)
public:
virtual void CopyTo(
    array<UIElement^>^ array, 
    int index
)
abstract CopyTo : 
        array:UIElement[] * 
        index:int -> unit 
override CopyTo : 
        array:UIElement[] * 
        index:int -> unit 
public function CopyTo(
    array : UIElement[], 
    index : int
)

Parameters

  • index
    Type: System. . :: . .Int32
    The index number in the current collection where you want copying to begin.

.NET Framework Security

See Also

Reference

UIElementCollection Class

CopyTo Overload

Microsoft.SPOT.Presentation Namespace