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

지정된 위치의 IPAddressInformation입니다.

적용 대상