共用方式為


BooleanElement 建構函式

定義

多載

BooleanElement(String, Boolean)

public BooleanElement(string caption, bool value);
new MonoTouch.Dialog.BooleanElement : string * bool -> MonoTouch.Dialog.BooleanElement

參數

caption
String
value
Boolean

適用於

BooleanElement(String, Boolean, String)

public BooleanElement(string caption, bool value, string key);
new MonoTouch.Dialog.BooleanElement : string * bool * string -> MonoTouch.Dialog.BooleanElement

參數

caption
String
value
Boolean
key
String

適用於