Version

CopyTo Method (UIElementsCollection)

Copies the elements of the collection into the array.
Overload List
OverloadDescription
CopyTo(UIElement[],Int32)Copies the elements of the collection into the array.  
CopyTo(Array)Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. (Inherited from System.Collections.ArrayList)
CopyTo(Array,Int32)Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ArrayList)
CopyTo(Int32,Array,Int32,Int32)Copies a range of elements from the System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ArrayList)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also