ListView.ColumnHeaderCollection.ICollection.CopyTo(Array, Int32) 方法

定义

ColumnHeader 中的 ListView.ColumnHeaderCollection 对象复制到一个数组中从特定的数组索引开始的位置。

 virtual void System.Collections.ICollection.CopyTo(Array ^ dest, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array dest, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (dest As Array, index As Integer) Implements ICollection.CopyTo

参数

dest
Array

作为集合中元素的复制目标位置的一维数组。 该数组的索引必须从零开始。

index
Int32

数组中开始复制的位置的索引(从零开始)。

实现

适用于