HtmlWindow.Prompt(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示對話方塊,其中會對使用者顯示訊息和文字方塊。
public:
System::String ^ Prompt(System::String ^ message, System::String ^ defaultInputValue);
public string Prompt (string message, string defaultInputValue);
member this.Prompt : string * string -> string
Public Function Prompt (message As String, defaultInputValue As String) As String
參數
- message
- String
要顯示給使用者的訊息。
- defaultInputValue
- String
顯示在文字方塊中的預設值。
傳回
String,代表使用者輸入的文字。
備註
Prompt 提供快速且簡單的方法,讓使用者取得簡單的文字輸入。