UIElementCollection::CopyTo Method (Array^, 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:
System::Array^
An array into which the collection is copied.
- index
-
Type:
System::Int32
The index position of the element where copying begins.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 3.0
Available since 3.0
Show: