DebugSupport.GetDebugger メソッド

定義

オーバーロード

GetDebugger(DialogContext)

DialogContext から IDialogDebugger を取得する拡張メソッド。

GetDebugger(ITurnContext)

TurnContext から IDialogDebugger を取得する拡張メソッド。

GetDebugger(DialogContext)

DialogContext から IDialogDebugger を取得する拡張メソッド。

public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger (this Microsoft.Bot.Builder.Dialogs.DialogContext context);
static member GetDebugger : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As DialogContext) As IDialogDebugger

パラメーター

context
DialogContext

dialogContext。

戻り値

IDialogDebugger。

適用対象

GetDebugger(ITurnContext)

TurnContext から IDialogDebugger を取得する拡張メソッド。

public static Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger GetDebugger (this Microsoft.Bot.Builder.ITurnContext context);
static member GetDebugger : Microsoft.Bot.Builder.ITurnContext -> Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
<Extension()>
Public Function GetDebugger (context As ITurnContext) As IDialogDebugger

パラメーター

context
ITurnContext

turnContext。

戻り値

IDialogDebugger。

適用対象