IPAddressInformationCollection.Item[Int32] Vlastnost

Definice

Získá v IPAddressInformation zadaném indexu v kolekci.

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

Index elementu založený na nule.

Hodnota vlastnosti

Hodnota IPAddressInformation v zadaném umístění.

Platí pro