GrapeCity SPREAD for Windows Forms 11.0J
Add メソッド (BaseKeyCollection)


キー文字列を表すString値。
コレクションに追加する項目を表すObjectオブジェクト。
指定したキーと値を持つ要素を BaseKeyCollection の最後に追加します。
構文
'Declaration
 
Protected Function Add( _
   ByVal key As String, _
   ByVal value As Object _
) As Integer
'使用法
 
Dim instance As BaseKeyCollection
Dim key As String
Dim value As Object
Dim value As Integer
 
value = instance.Add(key, value)
protected int Add( 
   string key,
   object value
)

パラメータ

key
キー文字列を表すString値。
value
コレクションに追加する項目を表すObjectオブジェクト。

戻り値の型

新しく追加されたObjectオブジェクトの、 コレクション内のインデックスを表すInt32値。
参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.