PeerApplicationCollection.InsertItem(Int32, PeerApplication) Metod

Definition

Infogar ett nytt PeerApplication element i PeerApplicationCollection det angivna indexet eller nyckeln.

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)

Parametrar

index
Int32

Det nollbaserade indexet för det element som ska ersättas.

item
PeerApplication

Det nya värdet för elementet i det angivna indexet.

Kommentarer

Null objekt tillåts inte.

Gäller för

Se även