PromptDialog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
- 繼承
-
如果超過允許的嘗試次數,將會擲回例外 TooManyAttemptsException 狀況。
建構函式
方法
Attachment(IDialogContext, ResumeAfter<IEnumerable<Attachment>>, String, IEnumerable<String>, String, Int32)
|
提示輸入附件
|
Choice<T>(IDialogContext, ResumeAfter<T>, IDictionary<T,IEnumerable<T>>,
String, String, Int32, PromptStyle, IEnumerable<String>, Boolean,
Boolean, Boolean, Double)
|
提示輸入一組選項。
|
Choice<T>(IDialogContext, ResumeAfter<T>, IEnumerable<T>, String, String, Int32, PromptStyle, IEnumerable<String>)
|
提示輸入一組選項。
|
Choice<T>(IDialogContext, ResumeAfter<T>, IPromptOptions<T>, Boolean, Boolean, Boolean, Double)
|
提示輸入一組選項。
|
Confirm(IDialogContext, ResumeAfter<Boolean>, IPromptOptions<String>, String[][])
|
詢問是/否的問題。
|
Confirm(IDialogContext, ResumeAfter<Boolean>, String, String, Int32, PromptStyle, String[], String[][])
|
詢問是/否的問題。
|
Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)
|
提示輸入雙精度浮點數。
|
Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)
|
提示輸入長。
|
Text(IDialogContext, ResumeAfter<String>, IPromptOptions<String>)
|
提示輸入字串。
|
Text(IDialogContext, ResumeAfter<String>, String, String, Int32)
|
提示輸入字串。
|
適用於