TextElementCollection<TextElementType>::CopyTo Method (array<TextElementType>^, Int32)
.NET Framework (current version)
Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
array<TextElementType>^
A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing.
- arrayIndex
-
Type:
System::Int32
A zero-based index in array specifying the position at which to begin inserting the copied collection objects.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)| Exception | Condition |
|---|---|
| ArgumentException | Raised when array includes items that are not compatible with the type TextElement, or if arrayIndex specifies a position that falls outside of the bounds of array. |
| ArgumentNullException | Raised when array is null. |
| ArgumentOutOfRangeException | Raised when arrayIndex is less than 0. |
.NET Framework
Available since 3.0
Available since 3.0
Show: