RootElement.Add 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Add(Section) |
이 RootElement에 새 섹션 추가 |
Add(IEnumerable<Section>) |
IEnumerable의 모든 섹션을 이 루트 요소에 추가합니다. |
Add(Section)
이 RootElement에 새 섹션 추가
public void Add (MonoTouch.Dialog.Section section);
member this.Add : MonoTouch.Dialog.Section -> unit
매개 변수
- section
- Section
추가할 섹션입니다. 루트가 표시되면 섹션이 애니메이션 없이 삽입됩니다.
적용 대상
Add(IEnumerable<Section>)
IEnumerable의 모든 섹션을 이 루트 요소에 추가합니다.
public void Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Section> sections);
member this.Add : seq<MonoTouch.Dialog.Section> -> unit
매개 변수
- sections
- IEnumerable<Section>
IEnumerable로 추가할 섹션입니다.