バージョン

Add メソッド (Tabs)

オブジェクト (または) を Tabs コレクションに追加します。

シンタックス
'宣言
 
Public Function Add( _
   ByVal tabItem As TabItem _
) As TabItem
public TabItem Add( 
   TabItem tabItem
)

パラメータ

tabItem
TabItem オブジェクト。

戻り値の型

追加された TabItem オブジェクト。
参照