Share via


ChartElementCollection<T>.InsertItem(Int32, T) 메서드

정의

Collection<T>의 지정된 인덱스 위치에 요소를 삽입합니다.

protected:
 override void InsertItem(int index, T item);
protected override void InsertItem (int index, T item);
override this.InsertItem : int * 'T -> unit
Protected Overrides Sub InsertItem (index As Integer, item As T)

매개 변수

index
Int32

삽입할 항목의 인덱스(0부터 시작) 위치입니다.

item
T

삽입할 개체입니다. 참조 형식에 대해 값은 null이 될 수 있습니다.

적용 대상