TagList.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); void set(int index, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> value); };
public System.Collections.Generic.KeyValuePair<string,object?> this[int index] { get; set; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj> with get, set
Default Public Property Item(index As Integer) As KeyValuePair(Of String, Object)

매개 변수

index
Int32

항목 인덱스입니다.

속성 값

지정한 인덱스의 요소입니다.

구현

예외

indexTagList의 유효한 인덱스가 아닌 경우

적용 대상