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

CommandIconCollectionの要素のコピー先となる1次元Array。このArrayにはゼロから始まるインデックスが含まれる必要があります。
配列中でコピーの開始位置となる、0から始まるインデックス。
CommandIconCollectionの要素を、特定のArrayインデックスからSystem.Arrayにコピーします。
構文
Public Sub CopyTo( _
   ByVal icons() As CommandIcon, _
   ByVal index As Integer _
) 
public void CopyTo( 
   CommandIcon[] icons,
   int index
)

パラメータ

icons
CommandIconCollectionの要素のコピー先となる1次元Array。このArrayにはゼロから始まるインデックスが含まれる必要があります。
index
配列中でコピーの開始位置となる、0から始まるインデックス。
例外
例外解説
System.ArgumentNullExceptioniconsはnullにできません。
System.ArgumentOutOfRangeExceptionindexは0〜icons.Length-1および0〜this.Count-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

参照

CommandIconCollection クラス
CommandIconCollection メンバ

Send Feedback