PowerTools CalendarGrid for Windows Forms 1.0J
CopyTo メソッド (MatchedComboItemCollection)

System.Collections.ICollection からコピーされた要素を格納する 1 次元の System.ArraySystem.Array は 0 から始まるインデックスを持つ必要があります。
コピーを開始する配列位置の 0 から始まるインデックス。
System.Collections.ICollection の要素を、System.Array の特定の System.Array インデックス以降にコピーします。
構文
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Array array,
   int index
)

パラメータ

array
System.Collections.ICollection からコピーされた要素を格納する 1 次元の System.ArraySystem.Array は 0 から始まるインデックスを持つ必要があります。
index
コピーを開始する配列位置の 0 から始まるインデックス。
例外
例外解説
System.ArgumentNullExceptionarray が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentOutOfRangeExceptionindex が 0 未満です。
System.ArgumentExceptionarray が多次元です。または、index が array の長さ以上です。または、コピー元の System.Collections.ICollection の要素数が、index からコピー先配列の末尾までのスペースを超えています。
System.InvalidCastExceptionコピー元の System.Collections.ICollection の型をコピー先配列の型に自動的にキャストできません。
参照

MatchedComboItemCollection クラス
MatchedComboItemCollection メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.