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

정의

이 멤버에 대한 설명은 Insert(Int32, Object)를 참조하세요.

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

매개 변수

index
Int32

컬렉션에서 개체를 삽입할 위치의 인덱스(0부터 시작)입니다.

o
Object

컬렉션에 삽입할 개체입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DesignerRegionCollection 인스턴스가 IList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보