PeerApplicationCollection.InsertItem(Int32, PeerApplication) メソッド

定義

PeerApplicationCollection 内の指定したインデックスまたはキーの位置に新しい PeerApplication を挿入します。

protected:
 override void InsertItem(int index, System::Net::PeerToPeer::Collaboration::PeerApplication ^ item);
protected override void InsertItem (int index, System.Net.PeerToPeer.Collaboration.PeerApplication item);
override this.InsertItem : int * System.Net.PeerToPeer.Collaboration.PeerApplication -> unit
Protected Overrides Sub InsertItem (index As Integer, item As PeerApplication)

パラメーター

index
Int32

置き換える要素の 0 から始まるインデックス番号。

item
PeerApplication

指定したインデックス位置に存在する要素の新しい値。

注釈

Null 項目は許可されません。

適用対象

こちらもご覧ください