다음을 통해 공유


ListViewGroupCollection.IList.Insert(Int32, Object) 메서드

정의

ListViewGroupListViewGroupCollection을 삽입합니다.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
void IList.Insert (int index, object? value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

매개 변수

index
Int32

ListViewGroup이 컬렉션에 추가된 위치입니다.

value
Object

컬렉션에 추가할 ListViewGroup입니다.

구현

설명

하는 경우 value 아닙니다는 ListViewGroup, 컬렉션에 추가 되지 않습니다.

적용 대상