バージョン

Insert メソッド (RadialMenuToolsCollection)

項目を System.Collections.Generic.IList<T> に指定したインデックスで挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal tool As RadialMenuTool _
) 
public void Insert( 
   int index,
   RadialMenuTool tool
)

パラメータ

index
項目の挿入位置を表す 0 から始まるインデックス。
tool
System.Collections.Generic.IList<T> に配置するためのオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionインデックスは、System.Collections.Generic.IList の有効なインデックスではありません。
参照