Udostępnij za pośrednictwem


PromptDialog Klasa

Definicja

Fabryka okien dialogowych dla prostych monitów.

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
Dziedziczenie
PromptDialog

Uwagi

TooManyAttemptsException Wyjątek zostanie zgłoszony, jeśli liczba dozwolonych prób zostanie przekroczona.

Konstruktory

PromptDialog()

Fabryka okien dialogowych dla prostych monitów.

Metody

Attachment(IDialogContext, ResumeAfter<IEnumerable<Attachment>>, String, IEnumerable<String>, String, Int32)

Monituj o załącznik

Choice<T>(IDialogContext, ResumeAfter<T>, IDictionary<T,IEnumerable<T>>, String, String, Int32, PromptStyle, IEnumerable<String>, Boolean, Boolean, Boolean, Double)

Monituj o jeden z zestawów wyborów.

Choice<T>(IDialogContext, ResumeAfter<T>, IEnumerable<T>, String, String, Int32, PromptStyle, IEnumerable<String>)

Monituj o jeden z zestawów wyborów.

Choice<T>(IDialogContext, ResumeAfter<T>, IPromptOptions<T>, Boolean, Boolean, Boolean, Double)

Monituj o jeden z zestawów wyborów.

Confirm(IDialogContext, ResumeAfter<Boolean>, IPromptOptions<String>, String[][])

Zadaj pytanie tak/nie.

Confirm(IDialogContext, ResumeAfter<Boolean>, String, String, Int32, PromptStyle, String[], String[][])

Zadaj pytanie tak/nie.

Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)

Monituj o dwukrotnie.

Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)

Monituj o długi czas.

Text(IDialogContext, ResumeAfter<String>, IPromptOptions<String>)

Monituj o ciąg.

Text(IDialogContext, ResumeAfter<String>, String, String, Int32)

Monituj o ciąg.

Dotyczy