DebugSupport.GetDebugger Metodo

Definizione

Overload

GetDebugger(DialogContext)

Metodo di estensione per ottenere IDialogDebugger da DialogContext.

GetDebugger(ITurnContext)

Metodo di estensione per ottenere IDialogDebugger da TurnContext.

GetDebugger(DialogContext)

Metodo di estensione per ottenere IDialogDebugger da DialogContext.

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

Parametri

context
DialogContext

dialogContext.

Restituisce

IDialogDebugger.

Si applica a

GetDebugger(ITurnContext)

Metodo di estensione per ottenere IDialogDebugger da TurnContext.

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

Parametri

context
ITurnContext

turnContext.

Restituisce

IDialogDebugger.

Si applica a