Freigeben über


Section Konstruktoren

Definition

Überlädt

Section()

Erstellt einen Abschnitt ohne Kopf- oder Fußzeilen.

Section(String)

Erstellt einen Abschnitt mit dem angegebenen Header

Section(UIView)
Section(String, String)

Erstellt einen Abschnitt mit einer Kopf- und Einer Fußzeile

Section(UIView, UIView)

Section()

Erstellt einen Abschnitt ohne Kopf- oder Fußzeilen.

public Section ();

Gilt für:

Section(String)

Erstellt einen Abschnitt mit dem angegebenen Header

public Section (string caption);
new MonoTouch.Dialog.Section : string -> MonoTouch.Dialog.Section

Parameter

caption
String

Der anzuzeigende Header

Gilt für:

Section(UIView)

public Section (UIKit.UIView header);
new MonoTouch.Dialog.Section : UIKit.UIView -> MonoTouch.Dialog.Section

Parameter

header
UIView

Gilt für:

Section(String, String)

Erstellt einen Abschnitt mit einer Kopf- und Einer Fußzeile

public Section (string caption, string footer);
new MonoTouch.Dialog.Section : string * string -> MonoTouch.Dialog.Section

Parameter

caption
String

Die anzuzeigende Beschriftung (oder NULL, um keine Beschriftung anzuzeigen)

footer
String

Die anzuzeigende Fußzeile.

Gilt für:

Section(UIView, UIView)

public Section (UIKit.UIView header, UIKit.UIView footer);
new MonoTouch.Dialog.Section : UIKit.UIView * UIKit.UIView -> MonoTouch.Dialog.Section

Parameter

header
UIView
footer
UIView

Gilt für: