IPAddressInformationCollection.Item[Int32] Eigenschap

Definitie

Haalt de IPAddressInformation opgegeven index op in de verzameling.

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

Parameters

index
Int32

De op nul gebaseerde index van het element.

Waarde van eigenschap

De IPAddressInformation op de opgegeven locatie.

Van toepassing op