共用方式為


PromptDialog 類別

定義

簡單提示的對話方塊處理站。

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
繼承
PromptDialog

備註

如果超過允許的嘗試次數,將會擲回例外 TooManyAttemptsException 狀況。

建構函式

PromptDialog()

簡單提示的對話方塊處理站。

方法

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)

提示輸入字串。

適用於