다음을 통해 공유


SubMenuStyleCollection.OnInsert(Int32, Object) 메서드

정의

Add(SubMenuStyle)Insert(Int32, SubMenuStyle) 메서드 전에 호출됩니다.

protected:
 override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)

매개 변수

index
Int32

value을 삽입해야 하는 인덱스(0부터 시작)입니다.

value
Object

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

예외

valueSubMenuStyle 형식이 아닌 경우

설명

합니다 OnInsert 전에 메서드가 호출 되는 AddInsert 메서드. 재정의할 수 있습니다는 OnInsert 사용자 지정의 메서드 SubMenuStyleCollection 의 사용자 지정 처리를 수행 하는 클래스가 SubMenuStyle 개체에 추가 되기 전에 SubMenuStyleCollection 컬렉션입니다.

적용 대상

추가 정보