UIElementCollection::CopyTo Method (array<UIElement^>^, Int32)
.NET Framework (current version)
Copies a UIElement from a UIElementCollection to an array, starting at a specified index position.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
array<System.Windows::UIElement^>^
An array of UIElement objects.
- index
-
Type:
System::Int32
The index position of the element where copying begins.
.NET Framework
Available since 3.0
Available since 3.0
Show: