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