PeerObjectCollection.SetItem(Int32, PeerObject) メソッド

定義

指定したインデックス位置にある PeerObject 要素を置き換えます。

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

パラメーター

index
Int32

要素の場所を表す 0 から始まるインデックス。

item
PeerObject

指定したインデックス位置の要素の新しい値。

例外

item 引数が null です。

注釈

Null value 要素は使用できません。

適用対象

こちらもご覧ください