次の方法で共有


RepeatDialog(Object, String, Int32) コンストラクター

定義

RepeatDialog クラスの新しいインスタンスを初期化します。

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)

パラメーター

options
Object

オプション、追加のオプションを含む オブジェクト。

callerPath
String

オプションのソース ファイルの完全パス。

callerLine
Int32

ソース ファイルのオプションの行番号。

適用対象