DomainUpDown.DomainUpDownItemCollection.Insert(Int32, Object) メソッド

定義

指定したオブジェクトをコレクション内の指定した位置に挿入します。

public:
 override void Insert(int index, System::Object ^ item);
public override void Insert (int index, object item);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, item As Object)

パラメーター

index
Int32

Object を挿入するコレクション内のインデックス位置。

item
Object

挿入する Object

注釈

メソッドを使用して、コレクションに新しい ObjectAdd 追加することもできます。

以前に追加した をObject削除するには、 メソッドまたは RemoveAt メソッドをRemove使用します。

適用対象

こちらもご覧ください