Dela via


DebugSupport.GetDebugger Metod

Definition

Överlagringar

GetDebugger(DialogContext)

Tilläggsmetod för att hämta IDialogDebugger från DialogContext.

GetDebugger(ITurnContext)

Tilläggsmetod för att hämta IDialogDebugger från TurnContext.

GetDebugger(DialogContext)

Tilläggsmetod för att hämta IDialogDebugger från 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

Parametrar

context
DialogContext

dialogContext.

Returer

IDialogDebugger.

Gäller för

GetDebugger(ITurnContext)

Tilläggsmetod för att hämta IDialogDebugger från 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

Parametrar

context
ITurnContext

turnContext.

Returer

IDialogDebugger.

Gäller för