PowerTools MultiRow for Windows Forms 8.0J
CopyTo メソッド (MatchedComboItemCollection)

System.Collections.ICollection のコピー先となる System.Array。インデックス番号が 0 から始まる System.Array
コピーされた内容が格納される配列の格納開始位置。
System.Arrayの指定位置から、コレクションのSystem.Collections.ICollectionSystem.Array にコピーします。
構文
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Array array,
   int index
)

パラメータ

array
System.Collections.ICollection のコピー先となる System.Array。インデックス番号が 0 から始まる System.Array
index
コピーされた内容が格納される配列の格納開始位置。
例外
例外解説
System.ArgumentNullException配列が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentOutOfRangeExceptionインデックスが 0 未満です。
System.ArgumentException多次元の配列です。もしくは インデックスが配列の大きさ以上です。もしくは System.Collections.ICollection がコピー先の配列を超えています。
System.InvalidCastExceptionSystem.Collections.ICollection をコピー先の配列の型にキャストできません。
参照

MatchedComboItemCollection クラス
MatchedComboItemCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.