ComboBox.ObjectCollection.ICollection.CopyTo(Array, Int32) メソッド

定義

このメンバーの詳細については、「CopyTo(Array, Int32)」をご覧ください。

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

パラメーター

destdestination
Array

コレクションから要素がコピーされる 1 次元配列。 配列には、0 から始まるインデックスが設定されている必要があります。

index
Int32

配列内のコピーを開始する位置を示す、0 から始まるインデックスです。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ComboBox.ObjectCollection のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください