다음을 통해 공유


TagList.Insert(Int32, KeyValuePair<String,Object>) 메서드

정의

TagList의 지정된 인덱스에 요소를 삽입합니다.

public:
 virtual void Insert(int index, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item);
public void Insert (int index, System.Collections.Generic.KeyValuePair<string,object?> item);
abstract member Insert : int * System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.Insert : int * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Insert (index As Integer, item As KeyValuePair(Of String, Object))

매개 변수

index
Int32

항목을 삽입할 0부터 시작하는 인덱스입니다.

item
KeyValuePair<String,Object>

삽입할 태그입니다.

구현

예외

index 가 0보다 작거나 index 보다 Count큽다.

적용 대상