次の方法で共有


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 の 場合は、パスワードを入力するために使用する必要があります。

適用対象