バージョン

Add(String,String) メソッド

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

パラメータ

text
項目のテキスト ラベル
value
項目の値

戻り値の型

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