バージョン

Item プロパティ (ExplorerBarItemCollection)

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

パラメータ

index
インデックス

プロパティ値

指定したインデックスにある ExplorerBarItem を返します。
参照