Section.Add 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Add(Element) |
섹션에 새 자식 요소를 추가합니다. |
Add(RootElement) | |
Add(IEnumerable<Element>) |
사용되지 않음.
|
Add(IEnumerable<UIView>) | |
Add(UIView) |
Add(Element)
섹션에 새 자식 요소를 추가합니다.
public void Add (MonoTouch.Dialog.Element element);
member this.Add : MonoTouch.Dialog.Element -> unit
매개 변수
- element
- Element
섹션에 추가할 요소입니다.
적용 대상
Add(RootElement)
public void Add (MonoTouch.Dialog.RootElement element);
member this.Add : MonoTouch.Dialog.RootElement -> unit
매개 변수
- element
- RootElement
적용 대상
Add(IEnumerable<Element>)
주의
Please use AddAll since this version will not work in future versions of MonoTouch when we introduce 4.0 covariance
[System.Obsolete("Please use AddAll since this version will not work in future versions of MonoTouch when we introduce 4.0 covariance")]
public int Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element> elements);
member this.Add : seq<MonoTouch.Dialog.Element> -> int
매개 변수
- elements
- IEnumerable<Element>
반환
- 특성
적용 대상
Add(IEnumerable<UIView>)
public void Add (System.Collections.Generic.IEnumerable<UIKit.UIView> views);
member this.Add : seq<UIKit.UIView> -> unit
매개 변수
- views
- IEnumerable<UIView>