PowerTools PlusPak for Windows Forms 8.0J
Add メソッド (BaseKeyCollection)

追加する要素のキー。
追加する要素の値。
指定したキーと値を持つ要素を BaseKeyCollection の末尾に追加します。
構文
Protected Function Add( _
   ByVal key As String, _
   ByVal value As Object _
) As Integer
protected int Add( 
   string key,
   object value
)

パラメータ

key
追加する要素のキー。
value
追加する要素の値。

戻り値の型

BaseKeyCollection に追加された項目のインデックス。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

Send Feedback