PromptDialog Klasse

Definition

Dialog Factory für einfache Eingabeaufforderungen.

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
Vererbung
PromptDialog

Hinweise

Die Ausnahme TooManyAttemptsException wird ausgelöst, wenn die Anzahl der zulässigen Versuche überschritten wird.

Konstruktoren

PromptDialog()

Dialog Factory für einfache Eingabeaufforderungen.

Methoden

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

Zur Eingabe einer Anlage auffordern

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

Fordern Sie eine von mehreren Optionen an.

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

Fordern Sie eine von mehreren Optionen an.

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

Fordern Sie eine von mehreren Optionen an.

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

Stellen Sie eine Ja/Nein-Frage.

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

Stellen Sie eine Ja/Nein-Frage.

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

Fordern Sie ein Double an.

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

Lange einfordern.

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

Fordern Sie eine Zeichenfolge an.

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

Fordern Sie eine Zeichenfolge an.

Gilt für: