ListView::CheckedIndexCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Copies the collection of checked-item indexes into an array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dest
-
Type:
System::Array^
An array of type Int32.
- index
-
Type:
System::Int32
The zero-based index in the array at which copying begins.
Implements
ICollection::CopyTo(Array^, Int32)| Exception | Condition |
|---|---|
| ArrayTypeMismatchException | The array type cannot be cast to an Int32. |
.NET Framework
Available since 1.1
Available since 1.1
Show: