'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1AppViewItem _ )
public new void Insert( System.int index, C1AppViewItem child )
パラメータ
- index
- 項目の位置。値は0以上でなければなりません
- child
- 新しい C1AppViewItem 項目。
'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1AppViewItem _ )
public new void Insert( System.int index, C1AppViewItem child )