PowerTools SPREAD for Windows Forms 8.0J
CopyTo メソッド (FpScrollBarButtonCollection)


System.Collections.ICollectionのボタンのコピー先となる1次元のSystem.ArraySystem.Arrayには0から始まるインデックスが必要です。
コピーを開始する、arrayの0から始まるインデックス
System.Collections.ICollectionのボタンを、System.Arrayの特定のSystem.Arrayインデックス以降にコピーします。
構文
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As FpScrollBarButtonCollection
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   Array array,
   int index
)

パラメータ

array
System.Collections.ICollectionのボタンのコピー先となる1次元のSystem.ArraySystem.Arrayには0から始まるインデックスが必要です。
index
コピーを開始する、arrayの0から始まるインデックス
例外
例外説明
System.ArgumentNullExceptionarrayがNullです。
System.ArgumentOutOfRangeExceptionindexが0未満です。
System.ArgumentExceptionarrayが多次元です。または、indexがarrayの長さ以上です。または、ソースSystem.Collections.ICollection内のボタンの数が、indexからコピー先配列の末尾までに格納できる数を超えています。
System.InvalidCastExceptionソースSystem.Collections.ICollectionの型が、コピー先配列の型に自動的にキャストできません。
参照

FpScrollBarButtonCollection クラス
FpScrollBarButtonCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.