EntryElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| EntryElement(String, String, String) |
建構具有指定標題、預留位置和初始值的 EntryElement。 |
| EntryElement(String, String, String, Boolean) |
使用指定的標題、預留位置和初始值,建構密碼專案的 EntryElement。 |
EntryElement(String, String, 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 是表示 如果這應該用來輸入密碼。