バージョン

InternalInsert メソッド (SubObjectsCollectionBase)

オブジェクトをコレクションに追加します。
シンタックス
'宣言
 
Protected Sub InternalInsert( _
   ByVal index As Integer, _
   ByVal obj As SubObjectBase _
) 
protected void InternalInsert( 
   int index,
   SubObjectBase obj
)

パラメータ

index
項目の挿入インデックス。
obj
コレクションに挿入する SubObjectBase
参照