다음을 통해 공유


EventData.Item[Int32] 속성

정의

읽기 전용 목록에서 지정된 인덱스의 요소를 가져옵니다.

protected:
 abstract property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); };
protected abstract System.Collections.Generic.KeyValuePair<string,object> this[int index] { get; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj>
Default Protected MustOverride ReadOnly Property Item(index As Integer) As KeyValuePair(Of String, Object)

매개 변수

index
Int32

속성 값

구현

적용 대상