IPAddressInformationCollection.Item[Int32] Propiedad

Definición

Obtiene en IPAddressInformation el índice especificado de la colección.

public:
 virtual property System::Net::NetworkInformation::IPAddressInformation ^ default[int] { System::Net::NetworkInformation::IPAddressInformation ^ get(int index); };
public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get; }
member this.Item(int) : System.Net.NetworkInformation.IPAddressInformation
Default Public Overridable ReadOnly Property Item(index As Integer) As IPAddressInformation

Parámetros

index
Int32

Índice de base cero del elemento.

Valor de propiedad

en IPAddressInformation la ubicación especificada.

Se aplica a