다음을 통해 공유


Section.Add 메서드

정의

오버로드

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

매개 변수

적용 대상

Add(UIView)

public void Add (UIKit.UIView view);
member this.Add : UIKit.UIView -> unit

매개 변수

view
UIView

적용 대상