バージョン

Add(String,String) メソッド

指定したテキストと値があるグループを追加します
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal text As String, _
   ByVal value As String _
) As ExplorerBarGroup
public ExplorerBarGroup Add( 
   string text,
   string value
)

パラメータ

text
グループのテキスト ラベル
value
グループの値

戻り値の型

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