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입니다.

적용 대상