SubMenuStyleCollection.Insert(Int32, SubMenuStyle) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SubMenuStyle 컬렉션의 지정된 인덱스에 SubMenuStyleCollection 개체를 삽입합니다.
public:
void Insert(int index, System::Web::UI::WebControls::SubMenuStyle ^ style);
public void Insert (int index, System.Web.UI.WebControls.SubMenuStyle style);
member this.Insert : int * System.Web.UI.WebControls.SubMenuStyle -> unit
Public Sub Insert (index As Integer, style As SubMenuStyle)
매개 변수
- index
- Int32
SubMenuStyle 개체를 삽입할 인덱스(0부터 시작)입니다.
- style
- SubMenuStyle
SubMenuStyle 컬렉션에 삽입할 SubMenuStyleCollection 개체입니다.
예외
지정된 index
가 컬렉션의 범위를 벗어난 경우
SubMenuStyleCollection 컬렉션이 읽기 전용인 경우
지정된 style
는 null
입니다.
설명
인덱스-1 이면 style
맨 앞에 삽입 되는 SubMenuStyleCollection 컬렉션입니다. 인덱스 컬렉션에서 항목의 수와 같으면 style
의 끝에 추가 된 SubMenuStyleCollection 컬렉션입니다.
OnValidate 메서드를 호출 하는 컬렉션에 추가 되기 전에 style 매개 변수 유효성을 검사 합니다. 합니다 OnInsert 전에 메서드가 호출 되는 SubMenuStyle 개체 컬렉션에 삽입 됩니다 및 OnInsertComplete 개체를 삽입 한 후 호출 됩니다.