バージョン

Item プロパティ (TabItemCollection)

特定のインデックスで ContentTabItem を取得します。
シンタックス
'宣言
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As ContentTabItem
public new ContentTabItem this[ 
   int index
]; {get; set;}

パラメータ

index
ページのインデックス。

プロパティ値

タブ項目への参照です。
参照