Partager via


DebugSupport.GetDebugger Méthode

Définition

Surcharges

GetDebugger(DialogContext)

Méthode d’extension pour obtenir IDialogDebugger à partir de DialogContext.

GetDebugger(ITurnContext)

Méthode d’extension pour obtenir IDialogDebugger à partir de TurnContext.

GetDebugger(DialogContext)

Méthode d’extension pour obtenir IDialogDebugger à partir de 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

Paramètres

context
DialogContext

dialogContext.

Retours

IDialogDebugger.

S’applique à

GetDebugger(ITurnContext)

Méthode d’extension pour obtenir IDialogDebugger à partir de 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

Paramètres

context
ITurnContext

turnContext.

Retours

IDialogDebugger.

S’applique à