バージョン

Add(String) メソッド

指定したテキストがある項目を追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal text As String _
) As ExplorerBarItem
public ExplorerBarItem Add( 
   string text
)

パラメータ

text
項目のテキスト ラベル

戻り値の型

追加された ExplorerBarItem を返します。
参照