ListBox.IntegerCollection.CopyTo(Array, Int32) メソッド

定義

既存の整数配列内の指定した位置に ListBox.IntegerCollection コレクション全体をコピーします。

public:
 virtual void CopyTo(Array ^ destination, int index);
public void CopyTo (Array destination, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (destination As Array, index As Integer)

パラメーター

destination
Array

ListBox.IntegerCollection のコピー先の配列。

index
Int32

ListBox.IntegerCollection のコピー先となる配列内の位置。

実装

例外

.NET 5 以降: destination は です null

注釈

複数のコレクションの CopyTo 整数を 1 つの配列に結合するには、 メソッドを使用します。 その後、この配列を使用して、 メソッドを使用して別 ListBox のコントロールの内容を AddRange 設定できます。

適用対象