SubMenuStyleCollection.OnInsert(Int32, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 컬렉션에 삽입할 개체입니다.
예외
value
이 SubMenuStyle 형식이 아닌 경우
설명
합니다 OnInsert 전에 메서드가 호출 되는 Add 및 Insert 메서드. 재정의할 수 있습니다는 OnInsert 사용자 지정의 메서드 SubMenuStyleCollection 의 사용자 지정 처리를 수행 하는 클래스가 SubMenuStyle 개체에 추가 되기 전에 SubMenuStyleCollection 컬렉션입니다.