PowerTools PlusPak for Windows Forms 8.0J
Insert メソッド (BaseCollection)

オブジェクトを挿入する位置(インデックス)(Int32 型)
挿入するオブジェクト(Object 型)
BaseCollectionの指定した位置(インデックス)に項目を挿入します。
構文
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
public virtual void Insert( 
   int index,
   object value
)

パラメータ

index
オブジェクトを挿入する位置(インデックス)(Int32 型)
value
挿入するオブジェクト(Object 型)
プラットフォーム

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

参照

BaseCollection クラス
BaseCollection メンバ

Send Feedback