UnicastIPAddressInformationCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het UnicastIPAddressInformation exemplaar op bij de opgegeven index in de verzameling.

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

Parameters

index
Int32

De op nul gebaseerde index van het element.

Waarde van eigenschap

De UnicastIPAddressInformation op de opgegeven locatie.

Van toepassing op