FormattedLogValues.Item[Int32] 속성

정의

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

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

매개 변수

index
Int32

가져올 요소의 0부터 시작하는 인덱스입니다.

속성 값

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

구현

설명

이 API는 .NET 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

적용 대상