IPAddressInformationCollection.Item[Int32] Właściwość

Definicja

Pobiera element IPAddressInformation w określonym indeksie w kolekcji.

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

Parametry

index
Int32

Indeks oparty na zerowym elemecie.

Wartość właściwości

IPAddressInformation

Element IPAddressInformation w określonej lokalizacji.

Dotyczy