IPAddressInformationCollection.Item[Int32] Propiedad

Definición

Obtiene IPAddressInformation en 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

El índice de base cero del elemento.

Valor de propiedad

IPAddressInformation

IPAddressInformation de la ubicación especificada.

Se aplica a