GatewayIPAddressInformationCollection.Item[Int32] 属性

定义

获取集合中指定索引处的 GatewayIPAddressInformation

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

参数

index
Int32

相关索引。

属性值

位于集合中指定索引处的 GatewayIPAddressInformation

适用于