PeerObjectCollection.InsertItem(Int32, PeerObject) Método

Definição

Insere um novo elemento PeerObject no PeerObjectCollection na chave ou no índice especificado.

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

Parâmetros

index
Int32

O índice de base zero no qual o elemento está.

item
PeerObject

O novo valor para o elemento no índice especificado.

Exceções

O argumento item é null.

Comentários

Null elementos value não são permitidos.

Aplica-se a

Confira também