IPAddressInformationCollection.Item[Int32] Proprietà

Definizione

Ottiene l'oggetto IPAddressInformation in corrispondenza dell'indice specificato nell'insieme.

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

Parametri

index
Int32

Indice in base zero dell'elemento.

Valore della proprietà

Oggetto IPAddressInformation in corrispondenza della posizione specificata.

Si applica a