Delen via


ContinueLoop(String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ContinueLoop klasse.

public ContinueLoop (string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ContinueLoop : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ContinueLoop
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

callerPath
String

Optioneel, het volledige pad van het bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op