UnicastIPAddressInformationCollection.Item[Int32] 속성

정의

컬렉션의 지정된 인덱스에 있는 UnicastIPAddressInformation 인스턴스를 가져옵니다.

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

매개 변수

index
Int32

요소의 인덱스(0부터 시작)입니다.

속성 값

UnicastIPAddressInformation

지정된 위치의 UnicastIPAddressInformation입니다.

적용 대상