다음을 통해 공유


RootElement.Insert 메서드

정의

오버로드

Insert(Int32, Section)

RootElement에 새 섹션을 삽입합니다.

Insert(Int32, UITableViewRowAnimation, Section[])

Insert(Int32, Section)

RootElement에 새 섹션을 삽입합니다.

public void Insert (int idx, MonoTouch.Dialog.Section section);
member this.Insert : int * MonoTouch.Dialog.Section -> unit

매개 변수

section
Section

지정된 위치에 추가할 섹션입니다.

설명

그러면 페이드 애니메이션을 사용하여 지정된 섹션 목록(params 인수)이 루트에 삽입됩니다.

적용 대상

Insert(Int32, UITableViewRowAnimation, Section[])

public void Insert (int idx, UIKit.UITableViewRowAnimation anim, params MonoTouch.Dialog.Section[] newSections);
member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.Section[] -> unit

매개 변수

idx
Int32
newSections
Section[]

적용 대상