EndpointMetadataCollection.Item[Int32] 속성

정의

에서 항목을 가져옵니다 index.

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

매개 변수

index
Int32

검색할 항목의 인덱스입니다.

속성 값

index의 항목입니다.

구현

적용 대상