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

元素以零起始的索引。

屬性值

位於指定位置處的 IPAddressInformation

適用於