Delen via


RepeatDialog(Object, String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de RepeatDialog klasse.

public RepeatDialog(object options = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.RepeatDialog : obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.RepeatDialog
Public Sub New (Optional options As Object = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

options
Object

Optioneel, object met extra opties.

callerPath
String

Optioneel, volledig pad naar bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op