PeerEndPointCollection.SetItem(Int32, PeerEndPoint) Método

Definição

Substitui o elemento PeerEndPoint no índice especificado.

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

Parâmetros

index
Int32

O índice de base zero do elemento a ser substituído.

item
PeerEndPoint

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