バージョン

Insert メソッド (GalleryToolItemKeysCollection)

指定されたインデックスにある GalleryToolItemGroupCollectionGalleryToolItem オブジェクトを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) 
public void Insert( 
   int index,
   string key
)

パラメータ

index
GalleryToolItemGroup を挿入するインデックス。
key
挿入される GalleryToolItemGroup のキー。
参照