Section 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Section() |
建構不含頁首或頁尾的區段。 |
| Section(String) |
建構具有指定標頭的區段 |
| Section(UIView) | |
| Section(String, String) |
建構頁首和頁尾的區段 |
| Section(UIView, UIView) |
Section()
建構不含頁首或頁尾的區段。
public Section ();
適用於
Section(String)
建構具有指定標頭的區段
public Section (string caption);
new MonoTouch.Dialog.Section : string -> MonoTouch.Dialog.Section
參數
- caption
- String
要顯示的標頭
適用於
Section(UIView)
public Section (UIKit.UIView header);
new MonoTouch.Dialog.Section : UIKit.UIView -> MonoTouch.Dialog.Section
參數
- header
- UIView