CloudCollection.InsertItem(Int32, Cloud) メソッド

定義

指定したインデックス位置にあるCloudCloudCollectionを挿入します。

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

パラメーター

index
Int32

置換する要素の 0 から始まるインデックス。

item
Cloud

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

例外

指定された Cloudnullできません。

注釈

Null 項目をコレクションに挿入できません。

適用対象

こちらもご覧ください