PowerTools PlusPak for Windows Forms 8.0J
CopyTo メソッド (CheckedCheckBoxIndexCollection)

コピー先配列。
コピーを開始する、dest内の0から始まるインデックス。
コレクション全体を既存の配列の指定した位置にコピーします。
構文
Public Sub CopyTo( _
   ByVal dest As Array, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Array dest,
   int index
)

パラメータ

dest
コピー先配列。
index
コピーを開始する、dest内の0から始まるインデックス。
例外
例外解説
System.ArgumentNullExceptionarrayがnull 参照 (Visual Basicでは Nothing)です。
System.RankExceptionarrayが多次元です。
System.ArgumentOutOfRangeExceptionindexが0未満です。
System.ArgumentException

indexが配列の長さ以上です。

または

コピー元System.Arrayの要素の数が、indexからコピー先System.Arrayの末尾までのスペースを超えています。

System.ArrayTypeMismatchExceptionコピー元System.Arrayの型をコピー先System.Arrayの型に自動的にキャストできません。
解説
このメソッドを使用すると、複数のコレクションの選択したインデックスを1つの配列に統合できます。
プラットフォーム

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

参照

CheckedCheckBoxIndexCollection クラス
CheckedCheckBoxIndexCollection メンバ

Send Feedback