PowerTools SPREAD for Windows Forms 10.0J
Insert メソッド (BaseKeyCollection)


コレクション内の挿入位置を表すInt32値。
キー文字列を表すString
コレクションに追加する項目を表すObjectオブジェクト。
指定したキーと値を持つ要素を BaseKeyCollection の指定したインデックスに挿入します。
構文
'Declaration
 
Protected Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal value As Object _
) 
'使用法
 
Dim instance As BaseKeyCollection
Dim index As Integer
Dim key As String
Dim value As Object
 
instance.Insert(index, key, value)
protected void Insert( 
   int index,
   string key,
   object value
)

パラメータ

index
コレクション内の挿入位置を表すInt32値。
key
キー文字列を表すString
value
コレクションに追加する項目を表すObjectオブジェクト。
参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.