'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1GalleryItem _ )
public new void Insert( System.int index, C1GalleryItem child )
パラメータ
- index
- 項目の位置。 有効な値は0以上です。
- child
- 新しい C1GalleryItem 項目。
'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1GalleryItem _ )
public new void Insert( System.int index, C1GalleryItem child )