バージョン

Insert メソッド (Tabs)

TabItem オブジェクト (Tab または TabSeparator) を Tabs コレクションの指定されたインデックスの位置に追加します。

シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As Integer, _
   ByVal tabItem As TabItem _
) As TabItem
public TabItem Insert( 
   int index,
   TabItem tabItem
)

パラメータ

index
新しい TabItem を挿入するコレクション内の位置を示すインデックス。
tabItem
TabItem オブジェクト

戻り値の型

挿入された TabItem
参照