IPAddressInformationCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックス位置にある IPAddressInformation を取得します。

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

パラメーター

index
Int32

要素の 0 から始まるインデックス。

プロパティ値

指定した位置にある IPAddressInformation

適用対象