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