共用方式為


EntryElement 建構函式

定義

多載

EntryElement(String, String, String)

建構具有指定標題、預留位置和初始值的 EntryElement。

EntryElement(String, String, String, Boolean)

使用指定的標題、預留位置和初始值,建構密碼專案的 EntryElement。

EntryElement(String, String, String)

建構具有指定標題、預留位置和初始值的 EntryElement。

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

參數

caption
String

要使用的標題

placeholder
String

未設定任何值時顯示的預留位置。

value
String

初始值。

適用於

EntryElement(String, String, String, Boolean)

使用指定的標題、預留位置和初始值,建構密碼專案的 EntryElement。

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

參數

caption
String

要使用的標題。

placeholder
String

未設定任何值時顯示的預留位置。

value
String

初始值。

isPassword
Boolean

True 是表示 如果這應該用來輸入密碼。

適用於