PowerTools PlusPak for Windows Forms 8.0J
CopyTo(Int32,Array,Int32,Int32) メソッド

コピーの起点となる BaseCollection のインデックス
コピー先となる一次元配列
コピー先となる一次元配列のインデックス
コピーする項目の数
BaseCollection の一部を互換性のある一次元配列の指定した位置にコピーします。
構文
Public Overloads Overrides Sub CopyTo( _
   ByVal index As Integer, _
   ByVal array As Array, _
   ByVal arrayIndex As Integer, _
   ByVal count As Integer _
) 
public override void CopyTo( 
   int index,
   Array array,
   int arrayIndex,
   int count
)

パラメータ

index
コピーの起点となる BaseCollection のインデックス
array
コピー先となる一次元配列
arrayIndex
コピー先となる一次元配列のインデックス
count
コピーする項目の数
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

SelectionCollection クラス
SelectionCollection メンバ
オーバーロード一覧

Send Feedback